Html Css Color HEX #602348 Pompadour

📋 copy color: '#602348'

red 96 ◦ green 35 ◦ blue 72

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

Shades of Pompadour #602348

Tints of Pompadour #602348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.47%

R = 47.29%
G = 17.24%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#602348 (or 0x602348) is known color: Pompadour. HEX triplet: 60, 23 and 48. RGB value is (96,35,72). Sum of RGB (Red+Green+Blue) = 96+35+72=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #602348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602348 is #9FDCB7. Grayscale: #393939. Windows color (decimal): -10476728 or 4727648. OLE color: 4727648.

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

Color convert

RGB 96 35 72 -
CMYK 0 0.64 0.25 0.62
HSL 323.61º 0.47% 0.26% -
HSV(B) 323.61º 0.64% 0.38% -
XYZ 6.59 4.16 6.59 -
YUV 57.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 96 35 72 0 0.64 0.25 0.62 323.61 0.47 0.26
Hex 60 23 48 0 40 19 3E 144 2F 1A
Octal 140 43 110 0 100 31 76 504 57 32
Binary 1100000 100011 1001000 0 1000000 11001 111110 101000100 101111 11010

Color Harmonies of #602348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602348

Black with #602348

Text Example


Text Example

White with #602348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602348; }

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

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

background-color css

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

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

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

border-color css

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

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

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