Html Css Color HEX #60273F Pompadour

📋 copy color: '#60273F'

red 96 ◦ green 39 ◦ blue 63

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

Shades of Pompadour #60273F

Tints of Pompadour #60273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.7%

 BLUE value IS 63 (25% from 255) = 31.82%

R = 48.48%
G = 19.7%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#60273F (or 0x60273F) is known color: Pompadour. HEX triplet: 60, 27 and 3F. RGB value is (96,39,63). Sum of RGB (Red+Green+Blue) = 96+39+63=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #60273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60273F is #9FD8C0. Grayscale: #3A3A3A. Windows color (decimal): -10475713 or 4138848. OLE color: 4138848.

HSL color Cylindrical-coordinate representation of color #60273F: hue angle of 334.74º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60273F is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 39 63 -
CMYK 0 0.59 0.34 0.62
HSL 334.74º 0.42% 0.26% -
HSV(B) 334.74º 0.59% 0.38% -
XYZ 6.45 4.3 5.19 -
YUV 58.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 96 39 63 0 0.59 0.34 0.62 334.74 0.42 0.26
Hex 60 27 3F 0 3B 22 3E 14F 2A 1A
Octal 140 47 77 0 73 42 76 517 52 32
Binary 1100000 100111 111111 0 111011 100010 111110 101001111 101010 11010

Color Harmonies of #60273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60273F

Black with #60273F

Text Example


Text Example

White with #60273F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,39,63); }

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

background-color css

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

 a { background-color: rgb(96,39,63); }

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

border-color css

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

 span { border-color: rgb(96,39,63); }

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