Html Css Color HEX #630918 Pohutukawa

📋 copy color: '#630918'

red 99 ◦ green 9 ◦ blue 24

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

Shades of Pohutukawa #630918

Tints of Pohutukawa #630918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.82%

 BLUE value IS 24 (9.77% from 255) = 18.18%

R = 75%
G = 6.82%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#630918 (or 0x630918) is known color: Pohutukawa. HEX triplet: 63, 09 and 18. RGB value is (99,9,24). Sum of RGB (Red+Green+Blue) = 99+9+24=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #630918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630918 is #9CF6E7. Grayscale: #252525. Windows color (decimal): -10286824 or 1575267. OLE color: 1575267.

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

Color convert

RGB 99 9 24 -
CMYK 0 0.91 0.76 0.61
HSL 350º 0.83% 0.21% -
HSV(B) 350º 0.91% 0.39% -
XYZ 5.41 2.91 1.14 -
YUV 37.62 120.32 171.78 -
System Red Green Blue C M Y K H S L
Decimal 99 9 24 0 0.91 0.76 0.61 350 0.83 0.21
Hex 63 9 18 0 5B 4C 3D 15E 53 15
Octal 143 11 30 0 133 114 75 536 123 25
Binary 1100011 1001 11000 0 1011011 1001100 111101 101011110 1010011 10101

Color Harmonies of #630918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630918

Black with #630918

Text Example


Text Example

White with #630918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630918; }

 p { color: rgb(99,9,24); }

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

background-color css

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

 a { background-color: rgb(99,9,24); }

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

border-color css

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

 span { border-color: rgb(99,9,24); }

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