Html Css Color HEX #611C20 Pohutukawa

📋 copy color: '#611C20'

red 97 ◦ green 28 ◦ blue 32

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

Shades of Pohutukawa #611C20

Tints of Pohutukawa #611C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.83%

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

R = 61.78%
G = 17.83%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#611C20 (or 0x611C20) is known color: Pohutukawa. HEX triplet: 61, 1C and 20. RGB value is (97,28,32). Sum of RGB (Red+Green+Blue) = 97+28+32=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #611C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C20 is #9EE3DF. Grayscale: #313131. Windows color (decimal): -10413024 or 2104417. OLE color: 2104417.

HSL color Cylindrical-coordinate representation of color #611C20: hue angle of 356.52º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #611C20 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 28 32 -
CMYK 0 0.71 0.67 0.62
HSL 356.52º 0.55% 0.25% -
HSV(B) 356.52º 0.71% 0.38% -
XYZ 5.61 3.48 1.74 -
YUV 49.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 97 28 32 0 0.71 0.67 0.62 356.52 0.55 0.25
Hex 61 1C 20 0 47 43 3E 165 37 19
Octal 141 34 40 0 107 103 76 545 67 31
Binary 1100001 11100 100000 0 1000111 1000011 111110 101100101 110111 11001

Color Harmonies of #611C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C20

Black with #611C20

Text Example


Text Example

White with #611C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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