Html Css Color HEX #60223F Pompadour

📋 copy color: '#60223F'

red 96 ◦ green 34 ◦ blue 63

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

Shades of Pompadour #60223F

Tints of Pompadour #60223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.62%

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

R = 49.74%
G = 17.62%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#60223F (or 0x60223F) is known color: Pompadour. HEX triplet: 60, 22 and 3F. RGB value is (96,34,63). Sum of RGB (Red+Green+Blue) = 96+34+63=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60223F is #9FDDC0. Grayscale: #373737. Windows color (decimal): -10476993 or 4137568. OLE color: 4137568.

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

Color convert

RGB 96 34 63 -
CMYK 0 0.65 0.34 0.62
HSL 331.94º 0.48% 0.25% -
HSV(B) 331.94º 0.65% 0.38% -
XYZ 6.29 3.99 5.14 -
YUV 55.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 96 34 63 0 0.65 0.34 0.62 331.94 0.48 0.25
Hex 60 22 3F 0 41 22 3E 14C 30 19
Octal 140 42 77 0 101 42 76 514 60 31
Binary 1100000 100010 111111 0 1000001 100010 111110 101001100 110000 11001

Color Harmonies of #60223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60223F

Black with #60223F

Text Example


Text Example

White with #60223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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