Html Css Color HEX #601F43 Pompadour

📋 copy color: '#601F43'

red 96 ◦ green 31 ◦ blue 67

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

Shades of Pompadour #601F43

Tints of Pompadour #601F43

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.98%

 BLUE value IS 67 (26.56% from 255) = 34.54%

R = 49.48%
G = 15.98%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#601F43 (or 0x601F43) is known color: Pompadour. HEX triplet: 60, 1F and 43. RGB value is (96,31,67). Sum of RGB (Red+Green+Blue) = 96+31+67=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #601F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F43 is #9FE0BC. Grayscale: #363636. Windows color (decimal): -10477757 or 4398944. OLE color: 4398944.

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

Color convert

RGB 96 31 67 -
CMYK 0 0.68 0.30 0.62
HSL 326.77º 0.51% 0.25% -
HSV(B) 326.77º 0.68% 0.38% -
XYZ 6.33 3.87 5.72 -
YUV 54.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 96 31 67 0 0.68 0.30 0.62 326.77 0.51 0.25
Hex 60 1F 43 0 44 1E 3E 147 33 19
Octal 140 37 103 0 104 36 76 507 63 31
Binary 1100000 11111 1000011 0 1000100 11110 111110 101000111 110011 11001

Color Harmonies of #601F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601F43

Black with #601F43

Text Example


Text Example

White with #601F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,31,67); }

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

background-color css

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

 a { background-color: rgb(96,31,67); }

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

border-color css

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

 span { border-color: rgb(96,31,67); }

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