Html Css Color HEX #60080F Pohutukawa

📋 copy color: '#60080F'

red 96 ◦ green 8 ◦ blue 15

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

Shades of Pohutukawa #60080F

Tints of Pohutukawa #60080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.72%

 BLUE value IS 15 (6.25% from 255) = 12.61%

R = 80.67%
G = 6.72%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60080F (or 0x60080F) is known color: Pohutukawa. HEX triplet: 60, 08 and 0F. RGB value is (96,8,15). Sum of RGB (Red+Green+Blue) = 96+8+15=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #60080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60080F is #9FF7F0. Grayscale: #232323. Windows color (decimal): -10483697 or 985184. OLE color: 985184.

HSL color Cylindrical-coordinate representation of color #60080F: hue angle of 355.23º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60080F is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 8 15 -
CMYK 0 0.92 0.84 0.62
HSL 355.23º 0.85% 0.2% -
HSV(B) 355.23º 0.92% 0.38% -
XYZ 5 2.69 0.71 -
YUV 35.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 96 8 15 0 0.92 0.84 0.62 355.23 0.85 0.2
Hex 60 8 F 0 5C 54 3E 163 55 14
Octal 140 10 17 0 134 124 76 543 125 24
Binary 1100000 1000 1111 0 1011100 1010100 111110 101100011 1010101 10100

Color Harmonies of #60080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60080F

Black with #60080F

Text Example


Text Example

White with #60080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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