Html Css Color HEX #630A14 Pohutukawa

📋 copy color: '#630A14'

red 99 ◦ green 10 ◦ blue 20

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

Shades of Pohutukawa #630A14

Tints of Pohutukawa #630A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 76.74%
G = 7.75%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#630A14 (or 0x630A14) is known color: Pohutukawa. HEX triplet: 63, 0A and 14. RGB value is (99,10,20). Sum of RGB (Red+Green+Blue) = 99+10+20=129 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.74% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 99 - color contains mainly: red. Hex color #630A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630A14 is #9CF5EB. Grayscale: #252525. Windows color (decimal): -10286572 or 1313379. OLE color: 1313379.

HSL color Cylindrical-coordinate representation of color #630A14: hue angle of 353.26º 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 #630A14 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 10 20 -
CMYK 0 0.90 0.80 0.61
HSL 353.26º 0.82% 0.21% -
HSV(B) 353.26º 0.9% 0.39% -
XYZ 5.38 2.92 0.94 -
YUV 37.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 99 10 20 0 0.90 0.80 0.61 353.26 0.82 0.21
Hex 63 A 14 0 5A 50 3D 161 52 15
Octal 143 12 24 0 132 120 75 541 122 25
Binary 1100011 1010 10100 0 1011010 1010000 111101 101100001 1010010 10101

Color Harmonies of #630A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A14

Black with #630A14

Text Example


Text Example

White with #630A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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