Html Css Color HEX #5D233D Pompadour

📋 copy color: '#5D233D'

red 93 ◦ green 35 ◦ blue 61

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

Shades of Pompadour #5D233D

Tints of Pompadour #5D233D

RGB

 RED value IS 93 (36.72% from 255) = 49.21%

 GREEN value IS 35 (14.06% from 255) = 18.52%

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

R = 49.21%
G = 18.52%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5D233D (or 0x5D233D) is known color: Pompadour. HEX triplet: 5D, 23 and 3D. RGB value is (93,35,61). Sum of RGB (Red+Green+Blue) = 93+35+61=189 (25% of max value = 765). Red value is 93 (36.72% from 255 or 49.21% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 93 - color contains mainly: red. Hex color #5D233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D233D is #A2DCC2. Grayscale: #373737. Windows color (decimal): -10673347 or 4006749. OLE color: 4006749.

HSL color Cylindrical-coordinate representation of color #5D233D: hue angle of 333.1º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D233D is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 35 61 -
CMYK 0 0.62 0.34 0.64
HSL 333.1º 0.45% 0.25% -
HSV(B) 333.1º 0.62% 0.36% -
XYZ 5.96 3.87 4.85 -
YUV 55.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 93 35 61 0 0.62 0.34 0.64 333.1 0.45 0.25
Hex 5D 23 3D 0 3E 22 40 14D 2D 19
Octal 135 43 75 0 76 42 100 515 55 31
Binary 1011101 100011 111101 0 111110 100010 1000000 101001101 101101 11001

Color Harmonies of #5D233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D233D

Black with #5D233D

Text Example


Text Example

White with #5D233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D233D; }

 p { color: rgb(93,35,61); }

 H1.HeaderClassName
 {
   color: #5D233D;
 }
 .AnyTagClassName
 {
   color: #5D233D;
 }
</style>

background-color css

<style>
 a { background-color: #5D233D; }

 a { background-color: rgb(93,35,61); }

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

border-color css

<style>
 span { border-color: #5D233D; }

 span { border-color: rgb(93,35,61); }

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