Html Css Color HEX #630A0C Pohutukawa

📋 copy color: '#630A0C'

red 99 ◦ green 10 ◦ blue 12

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

Shades of Pohutukawa #630A0C

Tints of Pohutukawa #630A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.26%

 BLUE value IS 12 (5.08% from 255) = 9.92%

R = 81.82%
G = 8.26%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#630A0C (or 0x630A0C) is known color: Pohutukawa. HEX triplet: 63, 0A and 0C. RGB value is (99,10,12). Sum of RGB (Red+Green+Blue) = 99+10+12=121 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.82% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 99 - color contains mainly: red. Hex color #630A0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630A0C is #9CF5F3. Grayscale: #242424. Windows color (decimal): -10286580 or 789091. OLE color: 789091.

HSL color Cylindrical-coordinate representation of color #630A0C: hue angle of 358.65º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A0C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 10 12 -
CMYK 0 0.90 0.88 0.61
HSL 358.65º 0.82% 0.21% -
HSV(B) 358.65º 0.9% 0.39% -
XYZ 5.32 2.9 0.63 -
YUV 36.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 99 10 12 0 0.90 0.88 0.61 358.65 0.82 0.21
Hex 63 A C 0 5A 58 3D 167 52 15
Octal 143 12 14 0 132 130 75 547 122 25
Binary 1100011 1010 1100 0 1011010 1011000 111101 101100111 1010010 10101

Color Harmonies of #630A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A0C

Black with #630A0C

Text Example


Text Example

White with #630A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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