Html Css Color HEX #611524 Pohutukawa

📋 copy color: '#611524'

red 97 ◦ green 21 ◦ blue 36

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

Shades of Pohutukawa #611524

Tints of Pohutukawa #611524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.64%

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

R = 62.99%
G = 13.64%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#611524 (or 0x611524) is known color: Pohutukawa. HEX triplet: 61, 15 and 24. RGB value is (97,21,36). Sum of RGB (Red+Green+Blue) = 97+21+36=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #611524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611524 is #9EEADB. Grayscale: #2D2D2D. Windows color (decimal): -10414812 or 2364769. OLE color: 2364769.

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

Color convert

RGB 97 21 36 -
CMYK 0 0.78 0.63 0.62
HSL 348.16º 0.64% 0.23% -
HSV(B) 348.16º 0.78% 0.38% -
XYZ 5.52 3.21 2 -
YUV 45.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 97 21 36 0 0.78 0.63 0.62 348.16 0.64 0.23
Hex 61 15 24 0 4E 3F 3E 15C 40 17
Octal 141 25 44 0 116 77 76 534 100 27
Binary 1100001 10101 100100 0 1001110 111111 111110 101011100 1000000 10111

Color Harmonies of #611524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611524

Black with #611524

Text Example


Text Example

White with #611524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611524; }

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

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

background-color css

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

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

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

border-color css

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

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

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