#600105

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

Shades of Pohutukawa #600105

Tints of Pohutukawa #600105

Color information

#600105 (or 0x600105) is unknown color: approx Pohutukawa. HEX triplet: 60, 01 and 05. RGB value is (96,1,5). Sum of RGB (Red+Green+Blue) = 96+1+5=102 (13% of max value = 765). Red value is 96 (37.89% from 255 or 94.12% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 96 - color contains mainly: red. Hex color #600105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600105 is #9FFEFA. Grayscale: #1D1D1D. Windows color (decimal): -10485499 or 328032. OLE color: 328032.

HSL color Cylindrical-coordinate representation of color #600105: hue angle of 357.47º 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 #600105 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB9615-
CMYK00.990.950.62
HSL357.47º97.94%19.02%-
HSV(B)357.47º98.96%37.65%-
XYZ4.862.520.37-
YUV29.86113.97175.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 94.12%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=94.12%
G=0.98%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal961500.990.950.62357.4797.9419.02
Hex60150635F3E1656213
Octal1401501431377654514223
Binary11000001101011000111011111111110101100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600105; }

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

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

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

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

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

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

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

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