Html Css Color HEX #631E20 Pohutukawa

📋 copy color: '#631E20'

red 99 ◦ green 30 ◦ blue 32

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

Shades of Pohutukawa #631E20

Tints of Pohutukawa #631E20

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.63%

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

R = 61.49%
G = 18.63%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#631E20 (or 0x631E20) is known color: Pohutukawa. HEX triplet: 63, 1E and 20. RGB value is (99,30,32). Sum of RGB (Red+Green+Blue) = 99+30+32=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #631E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E20 is #9CE1DF. Grayscale: #323232. Windows color (decimal): -10281440 or 2104931. OLE color: 2104931.

HSL color Cylindrical-coordinate representation of color #631E20: hue angle of 358.26º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E20 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 30 32 -
CMYK 0 0.70 0.68 0.61
HSL 358.26º 0.53% 0.25% -
HSV(B) 358.26º 0.7% 0.39% -
XYZ 5.87 3.69 1.77 -
YUV 50.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 99 30 32 0 0.70 0.68 0.61 358.26 0.53 0.25
Hex 63 1E 20 0 46 44 3D 166 35 19
Octal 143 36 40 0 106 104 75 546 65 31
Binary 1100011 11110 100000 0 1000110 1000100 111101 101100110 110101 11001

Color Harmonies of #631E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E20

Black with #631E20

Text Example


Text Example

White with #631E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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