Html Css Color HEX #630D14 Pohutukawa

📋 copy color: '#630D14'

red 99 ◦ green 13 ◦ blue 20

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

Shades of Pohutukawa #630D14

Tints of Pohutukawa #630D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.85%

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

R = 75%
G = 9.85%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#630D14 (or 0x630D14) is known color: Pohutukawa. HEX triplet: 63, 0D and 14. RGB value is (99,13,20). Sum of RGB (Red+Green+Blue) = 99+13+20=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #630D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630D14 is #9CF2EB. Grayscale: #272727. Windows color (decimal): -10285804 or 1314147. OLE color: 1314147.

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

Color convert

RGB 99 13 20 -
CMYK 0 0.87 0.80 0.61
HSL 355.12º 0.77% 0.22% -
HSV(B) 355.12º 0.87% 0.39% -
XYZ 5.42 2.99 0.95 -
YUV 39.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 99 13 20 0 0.87 0.80 0.61 355.12 0.77 0.22
Hex 63 D 14 0 57 50 3D 163 4D 16
Octal 143 15 24 0 127 120 75 543 115 26
Binary 1100011 1101 10100 0 1010111 1010000 111101 101100011 1001101 10110

Color Harmonies of #630D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630D14

Black with #630D14

Text Example


Text Example

White with #630D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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