#612028

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

Shades of Pohutukawa #612028

Tints of Pohutukawa #612028

Color information

#612028 (or 0x612028) is unknown color: approx Pohutukawa. HEX triplet: 61, 20 and 28. RGB value is (97,32,40). Sum of RGB (Red+Green+Blue) = 97+32+40=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612028 is #9EDFD7. Grayscale: #343434. Windows color (decimal): -10411992 or 2629729. OLE color: 2629729.

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

Color convert

RGB973240-
CMYK00.670.590.62
HSL352.62º50.39%25.29%-
HSV(B)352.62º67.01%38.04%-
XYZ5.833.732.42-
YUV52.35121.03159.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 40 (16.02% from 255) = 23.67%
R=57.40%
G=18.93%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97324000.670.590.62352.6250.3925.29
Hex6120280433B3E1613219
Octal1414050010373765416231
Binary11000011000001010000100001111101111111010110000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612028; }

 p { color: rgb(97,32,40); }

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

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

 a { background-color: rgb(97,32,40); }

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

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

 span { border-color: rgb(97,32,40); }

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