Html Css Color HEX #631E21 Pohutukawa

📋 copy color: '#631E21'

red 99 ◦ green 30 ◦ blue 33

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

Shades of Pohutukawa #631E21

Tints of Pohutukawa #631E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.37%

R = 61.11%
G = 18.52%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#631E21 (or 0x631E21) is known color: Pohutukawa. HEX triplet: 63, 1E and 21. RGB value is (99,30,33). Sum of RGB (Red+Green+Blue) = 99+30+33=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #631E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E21 is #9CE1DE. Grayscale: #333333. Windows color (decimal): -10281439 or 2170467. OLE color: 2170467.

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

Color convert

RGB 99 30 33 -
CMYK 0 0.70 0.67 0.61
HSL 357.39º 0.53% 0.25% -
HSV(B) 357.39º 0.7% 0.39% -
XYZ 5.88 3.69 1.84 -
YUV 50.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 99 30 33 0 0.70 0.67 0.61 357.39 0.53 0.25
Hex 63 1E 21 0 46 43 3D 165 35 19
Octal 143 36 41 0 106 103 75 545 65 31
Binary 1100011 11110 100001 0 1000110 1000011 111101 101100101 110101 11001

Color Harmonies of #631E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E21

Black with #631E21

Text Example


Text Example

White with #631E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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