Html Css Color HEX #611525 Pohutukawa

📋 copy color: '#611525'

red 97 ◦ green 21 ◦ blue 37

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

Shades of Pohutukawa #611525

Tints of Pohutukawa #611525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.87%

R = 62.58%
G = 13.55%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#611525 (or 0x611525) is known color: Pohutukawa. HEX triplet: 61, 15 and 25. RGB value is (97,21,37). Sum of RGB (Red+Green+Blue) = 97+21+37=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #611525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611525 is #9EEADA. Grayscale: #2D2D2D. Windows color (decimal): -10414811 or 2430305. OLE color: 2430305.

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

Color convert

RGB 97 21 37 -
CMYK 0 0.78 0.62 0.62
HSL 347.37º 0.64% 0.23% -
HSV(B) 347.37º 0.78% 0.38% -
XYZ 5.53 3.21 2.08 -
YUV 45.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 97 21 37 0 0.78 0.62 0.62 347.37 0.64 0.23
Hex 61 15 25 0 4E 3E 3E 15B 40 17
Octal 141 25 45 0 116 76 76 533 100 27
Binary 1100001 10101 100101 0 1001110 111110 111110 101011011 1000000 10111

Color Harmonies of #611525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611525

Black with #611525

Text Example


Text Example

White with #611525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611525; }

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

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

background-color css

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

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

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

border-color css

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

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

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