#611423

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

Shades of Pohutukawa #611423

Tints of Pohutukawa #611423

Color information

#611423 (or 0x611423) is unknown color: approx Pohutukawa. HEX triplet: 61, 14 and 23. RGB value is (97,20,35). Sum of RGB (Red+Green+Blue) = 97+20+35=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #611423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611423 is #9EEBDC. Grayscale: #2C2C2C. Windows color (decimal): -10415069 or 2298977. OLE color: 2298977.

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

Color convert

RGB972035-
CMYK00.790.640.62
HSL348.31º65.81%22.94%-
HSV(B)348.31º79.38%38.04%-
XYZ5.483.161.91-
YUV44.73122.51165.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 35 (14.06% from 255) = 23.03%
R=63.82%
G=13.16%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97203500.790.640.62348.3165.8122.94
Hex61142304F403E15c4217
Octal141244301171007653410227
Binary110000110100100011010011111000000111110101011100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611423; }

 p { color: rgb(97,20,35); }

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

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

 a { background-color: rgb(97,20,35); }

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

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

 span { border-color: rgb(97,20,35); }

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