Html Css Color HEX #60050F Pohutukawa

📋 copy color: '#60050F'

red 96 ◦ green 5 ◦ blue 15

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

Shades of Pohutukawa #60050F

Tints of Pohutukawa #60050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.31%

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

R = 82.76%
G = 4.31%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60050F (or 0x60050F) is known color: Pohutukawa. HEX triplet: 60, 05 and 0F. RGB value is (96,5,15). Sum of RGB (Red+Green+Blue) = 96+5+15=116 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.76% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 96 - color contains mainly: red. Hex color #60050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60050F is #9FFAF0. Grayscale: #212121. Windows color (decimal): -10484465 or 984416. OLE color: 984416.

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

Color convert

RGB 96 5 15 -
CMYK 0 0.95 0.84 0.62
HSL 353.41º 0.9% 0.2% -
HSV(B) 353.41º 0.95% 0.38% -
XYZ 4.96 2.63 0.7 -
YUV 33.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 96 5 15 0 0.95 0.84 0.62 353.41 0.9 0.2
Hex 60 5 F 0 5F 54 3E 161 5A 14
Octal 140 5 17 0 137 124 76 541 132 24
Binary 1100000 101 1111 0 1011111 1010100 111110 101100001 1011010 10100

Color Harmonies of #60050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60050F

Black with #60050F

Text Example


Text Example

White with #60050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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