#601623

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

Shades of Pohutukawa #601623

Tints of Pohutukawa #601623

Color information

#601623 (or 0x601623) is unknown color: approx Pohutukawa. HEX triplet: 60, 16 and 23. RGB value is (96,22,35). Sum of RGB (Red+Green+Blue) = 96+22+35=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #601623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601623 is #9FE9DC. Grayscale: #2D2D2D. Windows color (decimal): -10480093 or 2299488. OLE color: 2299488.

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

Color convert

RGB962235-
CMYK00.770.640.62
HSL349.46º62.71%23.14%-
HSV(B)349.46º77.08%37.65%-
XYZ5.413.181.92-
YUV45.61122.02163.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.75%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 35 (14.06% from 255) = 22.88%
R=62.75%
G=14.38%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96223500.770.640.62349.4662.7123.14
Hex60162304D403E15d3f17
Octal14026430115100765357727
Binary11000001011010001101001101100000011111010101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601623; }

 p { color: rgb(96,22,35); }

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

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

 a { background-color: rgb(96,22,35); }

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

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

 span { border-color: rgb(96,22,35); }

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