#600913

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

Shades of Pohutukawa #600913

Tints of Pohutukawa #600913

Color information

#600913 (or 0x600913) is unknown color: approx Pohutukawa. HEX triplet: 60, 09 and 13. RGB value is (96,9,19). Sum of RGB (Red+Green+Blue) = 96+9+19=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #600913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600913 is #9FF6EC. Grayscale: #242424. Windows color (decimal): -10483437 or 1247584. OLE color: 1247584.

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

Color convert

RGB96919-
CMYK00.910.800.62
HSL353.1º82.86%20.59%-
HSV(B)353.1º90.62%37.65%-
XYZ5.042.730.88-
YUV36.15118.32170.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 77.42%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=77.42%
G=7.26%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9691900.910.800.62353.182.8620.59
Hex6091305B503E1615315
Octal140112301331207654112325
Binary1100000100110011010110111010000111110101100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600913; }

 p { color: rgb(96,9,19); }

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

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

 a { background-color: rgb(96,9,19); }

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

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

 span { border-color: rgb(96,9,19); }

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