Html Css Color HEX #630C0E Pohutukawa

📋 copy color: '#630C0E'

red 99 ◦ green 12 ◦ blue 14

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

Shades of Pohutukawa #630C0E

Tints of Pohutukawa #630C0E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.6%

 BLUE value IS 14 (5.86% from 255) = 11.2%

R = 79.2%
G = 9.6%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#630C0E (or 0x630C0E) is known color: Pohutukawa. HEX triplet: 63, 0C and 0E. RGB value is (99,12,14). Sum of RGB (Red+Green+Blue) = 99+12+14=125 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.2% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 99 - color contains mainly: red. Hex color #630C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630C0E is #9CF3F1. Grayscale: #262626. Windows color (decimal): -10286066 or 920675. OLE color: 920675.

HSL color Cylindrical-coordinate representation of color #630C0E: hue angle of 358.62º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C0E is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 12 14 -
CMYK 0 0.88 0.86 0.61
HSL 358.62º 0.78% 0.22% -
HSV(B) 358.62º 0.88% 0.39% -
XYZ 5.36 2.95 0.7 -
YUV 38.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 99 12 14 0 0.88 0.86 0.61 358.62 0.78 0.22
Hex 63 C E 0 58 56 3D 167 4E 16
Octal 143 14 16 0 130 126 75 547 116 26
Binary 1100011 1100 1110 0 1011000 1010110 111101 101100111 1001110 10110

Color Harmonies of #630C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630C0E

Black with #630C0E

Text Example


Text Example

White with #630C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630C0E; }

 p { color: rgb(99,12,14); }

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

background-color css

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

 a { background-color: rgb(99,12,14); }

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

border-color css

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

 span { border-color: rgb(99,12,14); }

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