Html Css Color HEX #630412 Pohutukawa

📋 copy color: '#630412'

red 99 ◦ green 4 ◦ blue 18

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

Shades of Pohutukawa #630412

Tints of Pohutukawa #630412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.31%

 BLUE value IS 18 (7.42% from 255) = 14.88%

R = 81.82%
G = 3.31%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#630412 (or 0x630412) is known color: Pohutukawa. HEX triplet: 63, 04 and 12. RGB value is (99,4,18). Sum of RGB (Red+Green+Blue) = 99+4+18=121 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.82% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 99 - color contains mainly: red. Hex color #630412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630412 is #9CFBED. Grayscale: #222222. Windows color (decimal): -10288110 or 1180771. OLE color: 1180771.

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

Color convert

RGB 99 4 18 -
CMYK 0 0.96 0.82 0.61
HSL 351.16º 0.92% 0.2% -
HSV(B) 351.16º 0.96% 0.39% -
XYZ 5.3 2.78 0.83 -
YUV 34 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 99 4 18 0 0.96 0.82 0.61 351.16 0.92 0.2
Hex 63 4 12 0 60 52 3D 15F 5C 14
Octal 143 4 22 0 140 122 75 537 134 24
Binary 1100011 100 10010 0 1100000 1010010 111101 101011111 1011100 10100

Color Harmonies of #630412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630412

Black with #630412

Text Example


Text Example

White with #630412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630412; }

 p { color: rgb(99,4,18); }

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

background-color css

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

 a { background-color: rgb(99,4,18); }

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

border-color css

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

 span { border-color: rgb(99,4,18); }

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