Html Css Color HEX #610B20 Pohutukawa

📋 copy color: '#610B20'

red 97 ◦ green 11 ◦ blue 32

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

Shades of Pohutukawa #610B20

Tints of Pohutukawa #610B20

RGB

 RED value IS 97 (38.28% from 255) = 69.29%

 GREEN value IS 11 (4.69% from 255) = 7.86%

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

R = 69.29%
G = 7.86%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#610B20 (or 0x610B20) is known color: Pohutukawa. HEX triplet: 61, 0B and 20. RGB value is (97,11,32). Sum of RGB (Red+Green+Blue) = 97+11+32=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #610B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610B20 is #9EF4DF. Grayscale: #272727. Windows color (decimal): -10417376 or 2100065. OLE color: 2100065.

HSL color Cylindrical-coordinate representation of color #610B20: hue angle of 345.35º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610B20 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 11 32 -
CMYK 0 0.89 0.67 0.62
HSL 345.35º 0.8% 0.21% -
HSV(B) 345.35º 0.89% 0.38% -
XYZ 5.31 2.89 1.64 -
YUV 39.11 123.99 169.29 -
System Red Green Blue C M Y K H S L
Decimal 97 11 32 0 0.89 0.67 0.62 345.35 0.8 0.21
Hex 61 B 20 0 59 43 3E 159 50 15
Octal 141 13 40 0 131 103 76 531 120 25
Binary 1100001 1011 100000 0 1011001 1000011 111110 101011001 1010000 10101

Color Harmonies of #610B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B20

Black with #610B20

Text Example


Text Example

White with #610B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610B20; }

 p { color: rgb(97,11,32); }

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

background-color css

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

 a { background-color: rgb(97,11,32); }

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

border-color css

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

 span { border-color: rgb(97,11,32); }

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