#611719

Color #611719 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #611719

Tints of Pohutukawa #611719

Color information

#611719 (or 0x611719) is unknown color: approx Pohutukawa. HEX triplet: 61, 17 and 19. RGB value is (97,23,25). Sum of RGB (Red+Green+Blue) = 97+23+25=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #611719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611719 is #9EE8E6. Grayscale: #2D2D2D. Windows color (decimal): -10414311 or 1644385. OLE color: 1644385.

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

Color convert

RGB972325-
CMYK00.760.740.62
HSL358.38º61.67%23.53%-
HSV(B)358.38º76.29%38.04%-
XYZ5.413.221.26-
YUV45.35116.52164.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=66.90%
G=15.86%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97232500.760.740.62358.3861.6723.53
Hex61171904C4A3E1663e18
Octal14127310114112765467630
Binary1100001101111100101001100100101011111010110011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611719; }

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

 H1.HeaderClassName
 {
   color: #611719;
 }
 .AnyTagClassName
 {
   color: #611719;
 }
</style>
background-color css

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

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

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

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

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

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