Html Css Color HEX #602343 Pompadour

📋 copy color: '#602343'

red 96 ◦ green 35 ◦ blue 67

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

Shades of Pompadour #602343

Tints of Pompadour #602343

RGB

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

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

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

R = 48.48%
G = 17.68%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#602343 (or 0x602343) is known color: Pompadour. HEX triplet: 60, 23 and 43. RGB value is (96,35,67). Sum of RGB (Red+Green+Blue) = 96+35+67=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #602343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602343 is #9FDCBC. Grayscale: #383838. Windows color (decimal): -10476733 or 4399968. OLE color: 4399968.

HSL color Cylindrical-coordinate representation of color #602343: hue angle of 328.52º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602343 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 35 67 -
CMYK 0 0.64 0.30 0.62
HSL 328.52º 0.47% 0.26% -
HSV(B) 328.52º 0.64% 0.38% -
XYZ 6.44 4.09 5.76 -
YUV 56.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 96 35 67 0 0.64 0.30 0.62 328.52 0.47 0.26
Hex 60 23 43 0 40 1E 3E 149 2F 1A
Octal 140 43 103 0 100 36 76 511 57 32
Binary 1100000 100011 1000011 0 1000000 11110 111110 101001001 101111 11010

Color Harmonies of #602343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602343

Black with #602343

Text Example


Text Example

White with #602343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602343; }

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

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

background-color css

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

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

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

border-color css

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

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

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