#600102

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

Shades of Pohutukawa #600102

Tints of Pohutukawa #600102

Color information

#600102 (or 0x600102) is unknown color: approx Pohutukawa. HEX triplet: 60, 01 and 02. RGB value is (96,1,2). Sum of RGB (Red+Green+Blue) = 96+1+2=99 (13% of max value = 765). Red value is 96 (37.89% from 255 or 96.97% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 96 - color contains mainly: red. Hex color #600102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600102 is #9FFEFD. Grayscale: #1D1D1D. Windows color (decimal): -10485502 or 131424. OLE color: 131424.

HSL color Cylindrical-coordinate representation of color #600102: hue angle of 359.37º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB9612-
CMYK00.990.980.62
HSL359.37º97.94%19.02%-
HSV(B)359.37º98.96%37.65%-
XYZ4.852.510.29-
YUV29.52112.47175.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 96.97%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=96.97%
G=1.01%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal961200.990.980.62359.3797.9419.02
Hex6012063623E1676213
Octal1401201431427654714223
Binary1100000110011000111100010111110101100111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600102; }

 p { color: rgb(96,1,2); }

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

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

 a { background-color: rgb(96,1,2); }

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

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

 span { border-color: rgb(96,1,2); }

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