Html Css Color HEX #630208 Pohutukawa

📋 copy color: '#630208'

red 99 ◦ green 2 ◦ blue 8

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

Shades of Pohutukawa #630208

Tints of Pohutukawa #630208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.83%

 BLUE value IS 8 (3.52% from 255) = 7.34%

R = 90.83%
G = 1.83%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#630208 (or 0x630208) is known color: Pohutukawa. HEX triplet: 63, 02 and 08. RGB value is (99,2,8). Sum of RGB (Red+Green+Blue) = 99+2+8=109 (14% of max value = 765). Red value is 99 (39.06% from 255 or 90.83% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 99 - color contains mainly: red. Hex color #630208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630208 is #9CFDF7. Grayscale: #1F1F1F. Windows color (decimal): -10288632 or 524899. OLE color: 524899.

HSL color Cylindrical-coordinate representation of color #630208: hue angle of 356.29º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630208 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 8 -
CMYK 0 0.98 0.92 0.61
HSL 356.29º 0.96% 0.2% -
HSV(B) 356.29º 0.98% 0.39% -
XYZ 5.21 2.71 0.48 -
YUV 31.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 99 2 8 0 0.98 0.92 0.61 356.29 0.96 0.2
Hex 63 2 8 0 62 5C 3D 164 60 14
Octal 143 2 10 0 142 134 75 544 140 24
Binary 1100011 10 1000 0 1100010 1011100 111101 101100100 1100000 10100

Color Harmonies of #630208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630208

Black with #630208

Text Example


Text Example

White with #630208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630208; }

 p { color: rgb(99,2,8); }

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

background-color css

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

 a { background-color: rgb(99,2,8); }

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

border-color css

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

 span { border-color: rgb(99,2,8); }

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