Html Css Color HEX #631026 Pohutukawa

📋 copy color: '#631026'

red 99 ◦ green 16 ◦ blue 38

#631026
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #631026

Tints of Pohutukawa #631026

RGB

 RED value IS 99 (39.06% from 255) = 64.71%

 GREEN value IS 16 (6.64% from 255) = 10.46%

 BLUE value IS 38 (15.23% from 255) = 24.84%

R = 64.71%
G = 10.46%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#631026 (or 0x631026) is known color: Pohutukawa. HEX triplet: 63, 10 and 26. RGB value is (99,16,38). Sum of RGB (Red+Green+Blue) = 99+16+38=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #631026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631026 is #9CEFD9. Grayscale: #2B2B2B. Windows color (decimal): -10285018 or 2494563. OLE color: 2494563.

HSL color Cylindrical-coordinate representation of color #631026: hue angle of 344.1º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631026 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 16 38 -
CMYK 0 0.84 0.62 0.61
HSL 344.1º 0.72% 0.23% -
HSV(B) 344.1º 0.84% 0.39% -
XYZ 5.68 3.16 2.14 -
YUV 43.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 99 16 38 0 0.84 0.62 0.61 344.1 0.72 0.23
Hex 63 10 26 0 54 3E 3D 158 48 17
Octal 143 20 46 0 124 76 75 530 110 27
Binary 1100011 10000 100110 0 1010100 111110 111101 101011000 1001000 10111

Color Harmonies of #631026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631026

Black with #631026

Text Example


Text Example

White with #631026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631026; }

 p { color: rgb(99,16,38); }

 H1.HeaderClassName
 {
   color: #631026;
 }
 .AnyTagClassName
 {
   color: #631026;
 }
</style>

background-color css

<style>
 a { background-color: #631026; }

 a { background-color: rgb(99,16,38); }

 div.DivClassName
 {
   background-color: #631026;
 }
 .BgClassName
 {
   background-color: #631026;
 }
</style>

border-color css

<style>
 span { border-color: #631026; }

 span { border-color: rgb(99,16,38); }

 td.TdClassName
 {
   border-color: #631026;
 }
 .TagClassName
 {
   border-color: #631026;
 }
</style>