Html Css Color HEX #600F15 Pohutukawa

📋 copy color: '#600F15'

red 96 ◦ green 15 ◦ blue 21

#600F15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #600F15

Tints of Pohutukawa #600F15

RGB

 RED value IS 96 (37.89% from 255) = 72.73%

 GREEN value IS 15 (6.25% from 255) = 11.36%

 BLUE value IS 21 (8.59% from 255) = 15.91%

R = 72.73%
G = 11.36%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#600F15 (or 0x600F15) is known color: Pohutukawa. HEX triplet: 60, 0F and 15. RGB value is (96,15,21). Sum of RGB (Red+Green+Blue) = 96+15+21=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #600F15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F15 is #9FF0EA. Grayscale: #272727. Windows color (decimal): -10481899 or 1380192. OLE color: 1380192.

HSL color Cylindrical-coordinate representation of color #600F15: hue angle of 355.56º 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 #600F15 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 15 21 -
CMYK 0 0.84 0.78 0.62
HSL 355.56º 0.73% 0.22% -
HSV(B) 355.56º 0.84% 0.38% -
XYZ 5.13 2.88 1 -
YUV 39.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 96 15 21 0 0.84 0.78 0.62 355.56 0.73 0.22
Hex 60 F 15 0 54 4E 3E 164 49 16
Octal 140 17 25 0 124 116 76 544 111 26
Binary 1100000 1111 10101 0 1010100 1001110 111110 101100100 1001001 10110

Color Harmonies of #600F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F15

Black with #600F15

Text Example


Text Example

White with #600F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #600F15;
 }
 .AnyTagClassName
 {
   color: #600F15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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