#600F25

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

Shades of Pohutukawa #600F25

Tints of Pohutukawa #600F25

Color information

#600F25 (or 0x600F25) is unknown color: approx Pohutukawa. HEX triplet: 60, 0F and 25. RGB value is (96,15,37). Sum of RGB (Red+Green+Blue) = 96+15+37=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #600F25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F25 is #9FF0DA. Grayscale: #292929. Windows color (decimal): -10481883 or 2428768. OLE color: 2428768.

HSL color Cylindrical-coordinate representation of color #600F25: hue angle of 343.7º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F25 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB961537-
CMYK00.840.610.62
HSL343.7º72.97%21.76%-
HSV(B)343.7º84.38%37.65%-
XYZ5.332.962.04-
YUV41.73125.34166.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.86%
GREEN value IS 15 (6.25% from 255) = 10.14%
BLUE value IS 37 (14.84% from 255) = 25%
R=64.86%
G=10.14%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96153700.840.610.62343.772.9721.76
Hex60F250543D3E1584916
Octal14017450124757653011126
Binary1100000111110010101010100111101111110101011000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600F25; }

 p { color: rgb(96,15,37); }

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

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

 a { background-color: rgb(96,15,37); }

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

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

 span { border-color: rgb(96,15,37); }

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