Html Css Color HEX #60142F Pohutukawa

📋 copy color: '#60142F'

red 96 ◦ green 20 ◦ blue 47

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

Shades of Pohutukawa #60142F

Tints of Pohutukawa #60142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.83%

R = 58.9%
G = 12.27%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60142F (or 0x60142F) is known color: Pohutukawa. HEX triplet: 60, 14 and 2F. RGB value is (96,20,47). Sum of RGB (Red+Green+Blue) = 96+20+47=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60142F is #9FEBD0. Grayscale: #2D2D2D. Windows color (decimal): -10480593 or 3085408. OLE color: 3085408.

HSL color Cylindrical-coordinate representation of color #60142F: hue angle of 338.68º 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 #60142F is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 47 -
CMYK 0 0.79 0.51 0.62
HSL 338.68º 0.66% 0.23% -
HSV(B) 338.68º 0.79% 0.38% -
XYZ 5.59 3.19 3.01 -
YUV 45.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 96 20 47 0 0.79 0.51 0.62 338.68 0.66 0.23
Hex 60 14 2F 0 4F 33 3E 153 42 17
Octal 140 24 57 0 117 63 76 523 102 27
Binary 1100000 10100 101111 0 1001111 110011 111110 101010011 1000010 10111

Color Harmonies of #60142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60142F

Black with #60142F

Text Example


Text Example

White with #60142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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