Html Css Color HEX #631620 Pohutukawa

📋 copy color: '#631620'

red 99 ◦ green 22 ◦ blue 32

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

Shades of Pohutukawa #631620

Tints of Pohutukawa #631620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.38%

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

R = 64.71%
G = 14.38%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#631620 (or 0x631620) is known color: Pohutukawa. HEX triplet: 63, 16 and 20. RGB value is (99,22,32). Sum of RGB (Red+Green+Blue) = 99+22+32=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #631620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631620 is #9CE9DF. Grayscale: #2E2E2E. Windows color (decimal): -10283488 or 2102883. OLE color: 2102883.

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

Color convert

RGB 99 22 32 -
CMYK 0 0.78 0.68 0.61
HSL 352.21º 0.64% 0.24% -
HSV(B) 352.21º 0.78% 0.39% -
XYZ 5.69 3.33 1.71 -
YUV 46.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 99 22 32 0 0.78 0.68 0.61 352.21 0.64 0.24
Hex 63 16 20 0 4E 44 3D 160 40 18
Octal 143 26 40 0 116 104 75 540 100 30
Binary 1100011 10110 100000 0 1001110 1000100 111101 101100000 1000000 11000

Color Harmonies of #631620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631620

Black with #631620

Text Example


Text Example

White with #631620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631620; }

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

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

background-color css

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

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

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

border-color css

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

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

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