Html Css Color HEX #601E3F Pompadour

📋 copy color: '#601E3F'

red 96 ◦ green 30 ◦ blue 63

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

Shades of Pompadour #601E3F

Tints of Pompadour #601E3F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.87%

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

R = 50.79%
G = 15.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#601E3F (or 0x601E3F) is known color: Pompadour. HEX triplet: 60, 1E and 3F. RGB value is (96,30,63). Sum of RGB (Red+Green+Blue) = 96+30+63=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #601E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E3F is #9FE1C0. Grayscale: #353535. Windows color (decimal): -10478017 or 4136544. OLE color: 4136544.

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

Color convert

RGB 96 30 63 -
CMYK 0 0.69 0.34 0.62
HSL 330º 0.52% 0.25% -
HSV(B) 330º 0.69% 0.38% -
XYZ 6.19 3.77 5.11 -
YUV 53.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 96 30 63 0 0.69 0.34 0.62 330 0.52 0.25
Hex 60 1E 3F 0 45 22 3E 14A 34 19
Octal 140 36 77 0 105 42 76 512 64 31
Binary 1100000 11110 111111 0 1000101 100010 111110 101001010 110100 11001

Color Harmonies of #601E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E3F

Black with #601E3F

Text Example


Text Example

White with #601E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601E3F; }

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

 H1.HeaderClassName
 {
   color: #601E3F;
 }
 .AnyTagClassName
 {
   color: #601E3F;
 }
</style>

background-color css

<style>
 a { background-color: #601E3F; }

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

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

border-color css

<style>
 span { border-color: #601E3F; }

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

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