Html Css Color HEX #611325 Pohutukawa

📋 copy color: '#611325'

red 97 ◦ green 19 ◦ blue 37

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

Shades of Pohutukawa #611325

Tints of Pohutukawa #611325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.42%

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

R = 63.4%
G = 12.42%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#611325 (or 0x611325) is known color: Pohutukawa. HEX triplet: 61, 13 and 25. RGB value is (97,19,37). Sum of RGB (Red+Green+Blue) = 97+19+37=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #611325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611325 is #9EECDA. Grayscale: #2C2C2C. Windows color (decimal): -10415323 or 2429793. OLE color: 2429793.

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

Color convert

RGB 97 19 37 -
CMYK 0 0.80 0.62 0.62
HSL 346.15º 0.67% 0.23% -
HSV(B) 346.15º 0.8% 0.38% -
XYZ 5.5 3.14 2.07 -
YUV 44.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 97 19 37 0 0.80 0.62 0.62 346.15 0.67 0.23
Hex 61 13 25 0 50 3E 3E 15A 43 17
Octal 141 23 45 0 120 76 76 532 103 27
Binary 1100001 10011 100101 0 1010000 111110 111110 101011010 1000011 10111

Color Harmonies of #611325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611325

Black with #611325

Text Example


Text Example

White with #611325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611325; }

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

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

background-color css

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

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

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

border-color css

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

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

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