Html Css Color HEX #60151E Pohutukawa

📋 copy color: '#60151E'

red 96 ◦ green 21 ◦ blue 30

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

Shades of Pohutukawa #60151E

Tints of Pohutukawa #60151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.29%

 BLUE value IS 30 (12.11% from 255) = 20.41%

R = 65.31%
G = 14.29%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#60151E (or 0x60151E) is known color: Pohutukawa. HEX triplet: 60, 15 and 1E. RGB value is (96,21,30). Sum of RGB (Red+Green+Blue) = 96+21+30=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #60151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60151E is #9FEAE1. Grayscale: #2C2C2C. Windows color (decimal): -10480354 or 1971552. OLE color: 1971552.

HSL color Cylindrical-coordinate representation of color #60151E: hue angle of 352.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60151E is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 30 -
CMYK 0 0.78 0.69 0.62
HSL 352.8º 0.64% 0.23% -
HSV(B) 352.8º 0.78% 0.38% -
XYZ 5.33 3.12 1.55 -
YUV 44.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 96 21 30 0 0.78 0.69 0.62 352.8 0.64 0.23
Hex 60 15 1E 0 4E 45 3E 161 40 17
Octal 140 25 36 0 116 105 76 541 100 27
Binary 1100000 10101 11110 0 1001110 1000101 111110 101100001 1000000 10111

Color Harmonies of #60151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60151E

Black with #60151E

Text Example


Text Example

White with #60151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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