Html Css Color HEX #611420 Pohutukawa

📋 copy color: '#611420'

red 97 ◦ green 20 ◦ blue 32

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

Shades of Pohutukawa #611420

Tints of Pohutukawa #611420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.42%

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

R = 65.1%
G = 13.42%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#611420 (or 0x611420) is known color: Pohutukawa. HEX triplet: 61, 14 and 20. RGB value is (97,20,32). Sum of RGB (Red+Green+Blue) = 97+20+32=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #611420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611420 is #9EEBDF. Grayscale: #2C2C2C. Windows color (decimal): -10415072 or 2102369. OLE color: 2102369.

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

Color convert

RGB 97 20 32 -
CMYK 0 0.79 0.67 0.62
HSL 350.65º 0.66% 0.23% -
HSV(B) 350.65º 0.79% 0.38% -
XYZ 5.44 3.15 1.69 -
YUV 44.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 97 20 32 0 0.79 0.67 0.62 350.65 0.66 0.23
Hex 61 14 20 0 4F 43 3E 15F 42 17
Octal 141 24 40 0 117 103 76 537 102 27
Binary 1100001 10100 100000 0 1001111 1000011 111110 101011111 1000010 10111

Color Harmonies of #611420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611420

Black with #611420

Text Example


Text Example

White with #611420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611420; }

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

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

background-color css

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

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

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

border-color css

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

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

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