Html Css Color HEX #630E20 Pohutukawa

📋 copy color: '#630E20'

red 99 ◦ green 14 ◦ blue 32

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

Shades of Pohutukawa #630E20

Tints of Pohutukawa #630E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.66%

 BLUE value IS 32 (12.89% from 255) = 22.07%

R = 68.28%
G = 9.66%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#630E20 (or 0x630E20) is known color: Pohutukawa. HEX triplet: 63, 0E and 20. RGB value is (99,14,32). Sum of RGB (Red+Green+Blue) = 99+14+32=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #630E20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630E20 is #9CF1DF. Grayscale: #292929. Windows color (decimal): -10285536 or 2100835. OLE color: 2100835.

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

Color convert

RGB 99 14 32 -
CMYK 0 0.86 0.68 0.61
HSL 347.29º 0.75% 0.22% -
HSV(B) 347.29º 0.86% 0.39% -
XYZ 5.56 3.07 1.67 -
YUV 41.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 99 14 32 0 0.86 0.68 0.61 347.29 0.75 0.22
Hex 63 E 20 0 56 44 3D 15B 4B 16
Octal 143 16 40 0 126 104 75 533 113 26
Binary 1100011 1110 100000 0 1010110 1000100 111101 101011011 1001011 10110

Color Harmonies of #630E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630E20

Black with #630E20

Text Example


Text Example

White with #630E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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