Html Css Color HEX #631920 Pohutukawa

📋 copy color: '#631920'

red 99 ◦ green 25 ◦ blue 32

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

Shades of Pohutukawa #631920

Tints of Pohutukawa #631920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

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

R = 63.46%
G = 16.03%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#631920 (or 0x631920) is known color: Pohutukawa. HEX triplet: 63, 19 and 20. RGB value is (99,25,32). Sum of RGB (Red+Green+Blue) = 99+25+32=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #631920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631920 is #9CE6DF. Grayscale: #2F2F2F. Windows color (decimal): -10282720 or 2103651. OLE color: 2103651.

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

Color convert

RGB 99 25 32 -
CMYK 0 0.75 0.68 0.61
HSL 354.32º 0.6% 0.24% -
HSV(B) 354.32º 0.75% 0.39% -
XYZ 5.75 3.45 1.73 -
YUV 47.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 99 25 32 0 0.75 0.68 0.61 354.32 0.6 0.24
Hex 63 19 20 0 4B 44 3D 162 3C 18
Octal 143 31 40 0 113 104 75 542 74 30
Binary 1100011 11001 100000 0 1001011 1000100 111101 101100010 111100 11000

Color Harmonies of #631920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631920

Black with #631920

Text Example


Text Example

White with #631920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631920; }

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

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

background-color css

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

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

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

border-color css

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

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

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