Html Css Color HEX #60141D Pohutukawa

📋 copy color: '#60141D'

red 96 ◦ green 20 ◦ blue 29

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

Shades of Pohutukawa #60141D

Tints of Pohutukawa #60141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 66.21%
G = 13.79%
B = 20%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#60141D (or 0x60141D) is known color: Pohutukawa. HEX triplet: 60, 14 and 1D. RGB value is (96,20,29). Sum of RGB (Red+Green+Blue) = 96+20+29=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #60141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60141D is #9FEBE2. Grayscale: #2B2B2B. Windows color (decimal): -10480611 or 1905760. OLE color: 1905760.

HSL color Cylindrical-coordinate representation of color #60141D: hue angle of 352.89º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60141D is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 29 -
CMYK 0 0.79 0.70 0.62
HSL 352.89º 0.66% 0.23% -
HSV(B) 352.89º 0.79% 0.38% -
XYZ 5.3 3.08 1.48 -
YUV 43.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 96 20 29 0 0.79 0.70 0.62 352.89 0.66 0.23
Hex 60 14 1D 0 4F 46 3E 161 42 17
Octal 140 24 35 0 117 106 76 541 102 27
Binary 1100000 10100 11101 0 1001111 1000110 111110 101100001 1000010 10111

Color Harmonies of #60141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60141D

Black with #60141D

Text Example


Text Example

White with #60141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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