Html Css Color HEX #611824 Pohutukawa

📋 copy color: '#611824'

red 97 ◦ green 24 ◦ blue 36

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

Shades of Pohutukawa #611824

Tints of Pohutukawa #611824

RGB

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

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

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

R = 61.78%
G = 15.29%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#611824 (or 0x611824) is known color: Pohutukawa. HEX triplet: 61, 18 and 24. RGB value is (97,24,36). Sum of RGB (Red+Green+Blue) = 97+24+36=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #611824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611824 is #9EE7DB. Grayscale: #2F2F2F. Windows color (decimal): -10414044 or 2365537. OLE color: 2365537.

HSL color Cylindrical-coordinate representation of color #611824: hue angle of 350.14º 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 #611824 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 24 36 -
CMYK 0 0.75 0.63 0.62
HSL 350.14º 0.6% 0.24% -
HSV(B) 350.14º 0.75% 0.38% -
XYZ 5.57 3.32 2.02 -
YUV 47.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 97 24 36 0 0.75 0.63 0.62 350.14 0.6 0.24
Hex 61 18 24 0 4B 3F 3E 15E 3C 18
Octal 141 30 44 0 113 77 76 536 74 30
Binary 1100001 11000 100100 0 1001011 111111 111110 101011110 111100 11000

Color Harmonies of #611824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611824

Black with #611824

Text Example


Text Example

White with #611824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611824; }

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

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

background-color css

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

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

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

border-color css

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

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

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