Html Css Color HEX #60213D Pompadour

📋 copy color: '#60213D'

red 96 ◦ green 33 ◦ blue 61

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

Shades of Pompadour #60213D

Tints of Pompadour #60213D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.37%

 BLUE value IS 61 (24.22% from 255) = 32.11%

R = 50.53%
G = 17.37%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#60213D (or 0x60213D) is known color: Pompadour. HEX triplet: 60, 21 and 3D. RGB value is (96,33,61). Sum of RGB (Red+Green+Blue) = 96+33+61=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60213D is #9FDEC2. Grayscale: #363636. Windows color (decimal): -10477251 or 4006240. OLE color: 4006240.

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

Color convert

RGB 96 33 61 -
CMYK 0 0.66 0.36 0.62
HSL 333.33º 0.49% 0.25% -
HSV(B) 333.33º 0.66% 0.38% -
XYZ 6.21 3.91 4.84 -
YUV 55.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 96 33 61 0 0.66 0.36 0.62 333.33 0.49 0.25
Hex 60 21 3D 0 42 24 3E 14D 31 19
Octal 140 41 75 0 102 44 76 515 61 31
Binary 1100000 100001 111101 0 1000010 100100 111110 101001101 110001 11001

Color Harmonies of #60213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60213D

Black with #60213D

Text Example


Text Example

White with #60213D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,33,61); }

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

background-color css

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

 a { background-color: rgb(96,33,61); }

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

border-color css

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

 span { border-color: rgb(96,33,61); }

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