Html Css Color HEX #631116 Pohutukawa

📋 copy color: '#631116'

red 99 ◦ green 17 ◦ blue 22

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

Shades of Pohutukawa #631116

Tints of Pohutukawa #631116

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

 BLUE value IS 22 (8.98% from 255) = 15.94%

R = 71.74%
G = 12.32%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#631116 (or 0x631116) is known color: Pohutukawa. HEX triplet: 63, 11 and 16. RGB value is (99,17,22). Sum of RGB (Red+Green+Blue) = 99+17+22=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #631116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631116 is #9CEEE9. Grayscale: #2A2A2A. Windows color (decimal): -10284778 or 1446243. OLE color: 1446243.

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

Color convert

RGB 99 17 22 -
CMYK 0 0.83 0.78 0.61
HSL 356.34º 0.71% 0.23% -
HSV(B) 356.34º 0.83% 0.39% -
XYZ 5.49 3.11 1.07 -
YUV 42.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 99 17 22 0 0.83 0.78 0.61 356.34 0.71 0.23
Hex 63 11 16 0 53 4E 3D 164 47 17
Octal 143 21 26 0 123 116 75 544 107 27
Binary 1100011 10001 10110 0 1010011 1001110 111101 101100100 1000111 10111

Color Harmonies of #631116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631116

Black with #631116

Text Example


Text Example

White with #631116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631116; }

 p { color: rgb(99,17,22); }

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

background-color css

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

 a { background-color: rgb(99,17,22); }

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

border-color css

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

 span { border-color: rgb(99,17,22); }

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