#60101A

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

Shades of Pohutukawa #60101A

Tints of Pohutukawa #60101A

Color information

#60101A (or 0x60101A) is unknown color: approx Pohutukawa. HEX triplet: 60, 10 and 1A. RGB value is (96,16,26). Sum of RGB (Red+Green+Blue) = 96+16+26=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #60101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60101A is #9FEFE5. Grayscale: #292929. Windows color (decimal): -10481638 or 1708128. OLE color: 1708128.

HSL color Cylindrical-coordinate representation of color #60101A: hue angle of 352.5º 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 #60101A is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB961626-
CMYK00.830.730.62
HSL352.5º71.43%21.96%-
HSV(B)352.5º83.33%37.65%-
XYZ5.22.931.27-
YUV41.06119.5167.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.57%
GREEN value IS 16 (6.64% from 255) = 11.59%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=69.57%
G=11.59%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96162600.830.730.62352.571.4321.96
Hex60101A053493E1604716
Octal140203201231117654010726
Binary11000001000011010010100111001001111110101100000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60101A; }

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

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

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

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

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

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

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

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