#611319

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

Shades of Pohutukawa #611319

Tints of Pohutukawa #611319

Color information

#611319 (or 0x611319) is unknown color: approx Pohutukawa. HEX triplet: 61, 13 and 19. RGB value is (97,19,25). Sum of RGB (Red+Green+Blue) = 97+19+25=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #611319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611319 is #9EECE6. Grayscale: #2B2B2B. Windows color (decimal): -10415335 or 1643361. OLE color: 1643361.

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

Color convert

RGB971925-
CMYK00.800.740.62
HSL355.38º67.24%22.75%-
HSV(B)355.38º80.41%38.04%-
XYZ5.343.081.23-
YUV43.01117.84166.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.79%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 25 (10.16% from 255) = 17.73%
R=68.79%
G=13.48%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97192500.800.740.62355.3867.2422.75
Hex6113190504A3E1634317
Octal141233101201127654310327
Binary11000011001111001010100001001010111110101100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611319; }

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

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

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

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

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

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

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

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