Html Css Color HEX #630916 Pohutukawa

📋 copy color: '#630916'

red 99 ◦ green 9 ◦ blue 22

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

Shades of Pohutukawa #630916

Tints of Pohutukawa #630916

RGB

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

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

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

R = 76.15%
G = 6.92%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#630916 (or 0x630916) is known color: Pohutukawa. HEX triplet: 63, 09 and 16. RGB value is (99,9,22). Sum of RGB (Red+Green+Blue) = 99+9+22=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #630916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630916 is #9CF6E9. Grayscale: #252525. Windows color (decimal): -10286826 or 1444195. OLE color: 1444195.

HSL color Cylindrical-coordinate representation of color #630916: hue angle of 351.33º 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 #630916 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 9 22 -
CMYK 0 0.91 0.78 0.61
HSL 351.33º 0.83% 0.21% -
HSV(B) 351.33º 0.91% 0.39% -
XYZ 5.39 2.91 1.04 -
YUV 37.39 119.32 171.94 -
System Red Green Blue C M Y K H S L
Decimal 99 9 22 0 0.91 0.78 0.61 351.33 0.83 0.21
Hex 63 9 16 0 5B 4E 3D 15F 53 15
Octal 143 11 26 0 133 116 75 537 123 25
Binary 1100011 1001 10110 0 1011011 1001110 111101 101011111 1010011 10101

Color Harmonies of #630916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630916

Black with #630916

Text Example


Text Example

White with #630916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630916; }

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

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

background-color css

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

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

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

border-color css

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

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

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