Html Css Color HEX #611820 Pohutukawa

📋 copy color: '#611820'

red 97 ◦ green 24 ◦ blue 32

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

Shades of Pohutukawa #611820

Tints of Pohutukawa #611820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

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

R = 63.4%
G = 15.69%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#611820 (or 0x611820) is known color: Pohutukawa. HEX triplet: 61, 18 and 20. RGB value is (97,24,32). Sum of RGB (Red+Green+Blue) = 97+24+32=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #611820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611820 is #9EE7DF. Grayscale: #2E2E2E. Windows color (decimal): -10414048 or 2103393. OLE color: 2103393.

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

Color convert

RGB 97 24 32 -
CMYK 0 0.75 0.67 0.62
HSL 353.42º 0.6% 0.24% -
HSV(B) 353.42º 0.75% 0.38% -
XYZ 5.52 3.3 1.71 -
YUV 46.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 97 24 32 0 0.75 0.67 0.62 353.42 0.6 0.24
Hex 61 18 20 0 4B 43 3E 161 3C 18
Octal 141 30 40 0 113 103 76 541 74 30
Binary 1100001 11000 100000 0 1001011 1000011 111110 101100001 111100 11000

Color Harmonies of #611820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611820

Black with #611820

Text Example


Text Example

White with #611820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611820; }

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

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

background-color css

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

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

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

border-color css

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

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

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