Html Css Color HEX #611528 Pohutukawa

📋 copy color: '#611528'

red 97 ◦ green 21 ◦ blue 40

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

Shades of Pohutukawa #611528

Tints of Pohutukawa #611528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.32%

R = 61.39%
G = 13.29%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#611528 (or 0x611528) is known color: Pohutukawa. HEX triplet: 61, 15 and 28. RGB value is (97,21,40). Sum of RGB (Red+Green+Blue) = 97+21+40=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #611528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611528 is #9EEAD7. Grayscale: #2D2D2D. Windows color (decimal): -10414808 or 2626913. OLE color: 2626913.

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

Color convert

RGB 97 21 40 -
CMYK 0 0.78 0.59 0.62
HSL 345º 0.64% 0.23% -
HSV(B) 345º 0.78% 0.38% -
XYZ 5.58 3.23 2.34 -
YUV 45.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 97 21 40 0 0.78 0.59 0.62 345 0.64 0.23
Hex 61 15 28 0 4E 3B 3E 159 40 17
Octal 141 25 50 0 116 73 76 531 100 27
Binary 1100001 10101 101000 0 1001110 111011 111110 101011001 1000000 10111

Color Harmonies of #611528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611528

Black with #611528

Text Example


Text Example

White with #611528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611528; }

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

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

background-color css

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

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

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

border-color css

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

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

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