Html Css Color HEX #602143 Pompadour

📋 copy color: '#602143'

red 96 ◦ green 33 ◦ blue 67

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

Shades of Pompadour #602143

Tints of Pompadour #602143

RGB

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

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

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

R = 48.98%
G = 16.84%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#602143 (or 0x602143) is known color: Pompadour. HEX triplet: 60, 21 and 43. RGB value is (96,33,67). Sum of RGB (Red+Green+Blue) = 96+33+67=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #602143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602143 is #9FDEBC. Grayscale: #373737. Windows color (decimal): -10477245 or 4399456. OLE color: 4399456.

HSL color Cylindrical-coordinate representation of color #602143: hue angle of 327.62º 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 #602143 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 33 67 -
CMYK 0 0.66 0.30 0.62
HSL 327.62º 0.49% 0.25% -
HSV(B) 327.62º 0.66% 0.38% -
XYZ 6.38 3.98 5.74 -
YUV 55.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 96 33 67 0 0.66 0.30 0.62 327.62 0.49 0.25
Hex 60 21 43 0 42 1E 3E 148 31 19
Octal 140 41 103 0 102 36 76 510 61 31
Binary 1100000 100001 1000011 0 1000010 11110 111110 101001000 110001 11001

Color Harmonies of #602143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602143

Black with #602143

Text Example


Text Example

White with #602143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602143; }

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

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

background-color css

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

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

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

border-color css

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

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

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