Html Css Color HEX #600915 Pohutukawa

📋 copy color: '#600915'

red 96 ◦ green 9 ◦ blue 21

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

Shades of Pohutukawa #600915

Tints of Pohutukawa #600915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

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

R = 76.19%
G = 7.14%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#600915 (or 0x600915) is known color: Pohutukawa. HEX triplet: 60, 09 and 15. RGB value is (96,9,21). Sum of RGB (Red+Green+Blue) = 96+9+21=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #600915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600915 is #9FF6EA. Grayscale: #242424. Windows color (decimal): -10483435 or 1378656. OLE color: 1378656.

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

Color convert

RGB 96 9 21 -
CMYK 0 0.91 0.78 0.62
HSL 351.72º 0.83% 0.21% -
HSV(B) 351.72º 0.91% 0.38% -
XYZ 5.06 2.74 0.97 -
YUV 36.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 96 9 21 0 0.91 0.78 0.62 351.72 0.83 0.21
Hex 60 9 15 0 5B 4E 3E 160 53 15
Octal 140 11 25 0 133 116 76 540 123 25
Binary 1100000 1001 10101 0 1011011 1001110 111110 101100000 1010011 10101

Color Harmonies of #600915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600915

Black with #600915

Text Example


Text Example

White with #600915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600915; }

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

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

background-color css

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

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

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

border-color css

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

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

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