#601021

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

Shades of Pohutukawa #601021

Tints of Pohutukawa #601021

Color information

#601021 (or 0x601021) is unknown color: approx Pohutukawa. HEX triplet: 60, 10 and 21. RGB value is (96,16,33). Sum of RGB (Red+Green+Blue) = 96+16+33=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #601021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601021 is #9FEFDE. Grayscale: #292929. Windows color (decimal): -10481631 or 2166880. OLE color: 2166880.

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

Color convert

RGB961633-
CMYK00.830.660.62
HSL347.25º71.43%21.96%-
HSV(B)347.25º83.33%37.65%-
XYZ5.282.971.73-
YUV41.86123166.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.21%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=66.21%
G=11.03%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96163300.830.660.62347.2571.4321.96
Hex601021053423E15b4716
Octal140204101231027653310726
Binary110000010000100001010100111000010111110101011011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601021; }

 p { color: rgb(96,16,33); }

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

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

 a { background-color: rgb(96,16,33); }

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

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

 span { border-color: rgb(96,16,33); }

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