Html Css Color HEX #611924 Pohutukawa

📋 copy color: '#611924'

red 97 ◦ green 25 ◦ blue 36

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

Shades of Pohutukawa #611924

Tints of Pohutukawa #611924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

 BLUE value IS 36 (14.45% from 255) = 22.78%

R = 61.39%
G = 15.82%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#611924 (or 0x611924) is known color: Pohutukawa. HEX triplet: 61, 19 and 24. RGB value is (97,25,36). Sum of RGB (Red+Green+Blue) = 97+25+36=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #611924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611924 is #9EE6DB. Grayscale: #2F2F2F. Windows color (decimal): -10413788 or 2365793. OLE color: 2365793.

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

Color convert

RGB 97 25 36 -
CMYK 0 0.74 0.63 0.62
HSL 350.83º 0.59% 0.24% -
HSV(B) 350.83º 0.74% 0.38% -
XYZ 5.6 3.36 2.02 -
YUV 47.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 97 25 36 0 0.74 0.63 0.62 350.83 0.59 0.24
Hex 61 19 24 0 4A 3F 3E 15F 3B 18
Octal 141 31 44 0 112 77 76 537 73 30
Binary 1100001 11001 100100 0 1001010 111111 111110 101011111 111011 11000

Color Harmonies of #611924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611924

Black with #611924

Text Example


Text Example

White with #611924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611924; }

 p { color: rgb(97,25,36); }

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

background-color css

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

 a { background-color: rgb(97,25,36); }

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

border-color css

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

 span { border-color: rgb(97,25,36); }

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