Html Css Color HEX #631E22 Pohutukawa

📋 copy color: '#631E22'

red 99 ◦ green 30 ◦ blue 34

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

Shades of Pohutukawa #631E22

Tints of Pohutukawa #631E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.86%

R = 60.74%
G = 18.4%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#631E22 (or 0x631E22) is known color: Pohutukawa. HEX triplet: 63, 1E and 22. RGB value is (99,30,34). Sum of RGB (Red+Green+Blue) = 99+30+34=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #631E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E22 is #9CE1DD. Grayscale: #333333. Windows color (decimal): -10281438 or 2236003. OLE color: 2236003.

HSL color Cylindrical-coordinate representation of color #631E22: hue angle of 356.52º 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 #631E22 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 30 34 -
CMYK 0 0.70 0.66 0.61
HSL 356.52º 0.53% 0.25% -
HSV(B) 356.52º 0.7% 0.39% -
XYZ 5.9 3.7 1.92 -
YUV 51.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 99 30 34 0 0.70 0.66 0.61 356.52 0.53 0.25
Hex 63 1E 22 0 46 42 3D 165 35 19
Octal 143 36 42 0 106 102 75 545 65 31
Binary 1100011 11110 100010 0 1000110 1000010 111101 101100101 110101 11001

Color Harmonies of #631E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E22

Black with #631E22

Text Example


Text Example

White with #631E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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