Html Css Color HEX #60151D Pohutukawa

📋 copy color: '#60151D'

red 96 ◦ green 21 ◦ blue 29

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

Shades of Pohutukawa #60151D

Tints of Pohutukawa #60151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.86%

R = 65.75%
G = 14.38%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#60151D (or 0x60151D) is known color: Pohutukawa. HEX triplet: 60, 15 and 1D. RGB value is (96,21,29). Sum of RGB (Red+Green+Blue) = 96+21+29=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #60151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60151D is #9FEAE2. Grayscale: #2C2C2C. Windows color (decimal): -10480355 or 1906016. OLE color: 1906016.

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

Color convert

RGB 96 21 29 -
CMYK 0 0.78 0.70 0.62
HSL 353.6º 0.64% 0.23% -
HSV(B) 353.6º 0.78% 0.38% -
XYZ 5.31 3.11 1.48 -
YUV 44.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 96 21 29 0 0.78 0.70 0.62 353.6 0.64 0.23
Hex 60 15 1D 0 4E 46 3E 162 40 17
Octal 140 25 35 0 116 106 76 542 100 27
Binary 1100000 10101 11101 0 1001110 1000110 111110 101100010 1000000 10111

Color Harmonies of #60151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60151D

Black with #60151D

Text Example


Text Example

White with #60151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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