Html Css Color HEX #611727 Pohutukawa

📋 copy color: '#611727'

red 97 ◦ green 23 ◦ blue 39

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

Shades of Pohutukawa #611727

Tints of Pohutukawa #611727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

 BLUE value IS 39 (15.63% from 255) = 24.53%

R = 61.01%
G = 14.47%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#611727 (or 0x611727) is known color: Pohutukawa. HEX triplet: 61, 17 and 27. RGB value is (97,23,39). Sum of RGB (Red+Green+Blue) = 97+23+39=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #611727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611727 is #9EE8D8. Grayscale: #2E2E2E. Windows color (decimal): -10414297 or 2561889. OLE color: 2561889.

HSL color Cylindrical-coordinate representation of color #611727: hue angle of 347.03º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611727 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 23 39 -
CMYK 0 0.76 0.60 0.62
HSL 347.03º 0.62% 0.24% -
HSV(B) 347.03º 0.76% 0.38% -
XYZ 5.6 3.3 2.26 -
YUV 46.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 97 23 39 0 0.76 0.60 0.62 347.03 0.62 0.24
Hex 61 17 27 0 4C 3C 3E 15B 3E 18
Octal 141 27 47 0 114 74 76 533 76 30
Binary 1100001 10111 100111 0 1001100 111100 111110 101011011 111110 11000

Color Harmonies of #611727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611727

Black with #611727

Text Example


Text Example

White with #611727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611727; }

 p { color: rgb(97,23,39); }

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

background-color css

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

 a { background-color: rgb(97,23,39); }

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

border-color css

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

 span { border-color: rgb(97,23,39); }

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