Html Css Color HEX #602341 Pompadour

📋 copy color: '#602341'

red 96 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #602341

Tints of Pompadour #602341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.16%

R = 48.98%
G = 17.86%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#602341 (or 0x602341) is known color: Pompadour. HEX triplet: 60, 23 and 41. RGB value is (96,35,65). Sum of RGB (Red+Green+Blue) = 96+35+65=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #602341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602341 is #9FDCBE. Grayscale: #383838. Windows color (decimal): -10476735 or 4268896. OLE color: 4268896.

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

Color convert

RGB 96 35 65 -
CMYK 0 0.64 0.32 0.62
HSL 330.49º 0.47% 0.26% -
HSV(B) 330.49º 0.64% 0.38% -
XYZ 6.38 4.07 5.45 -
YUV 56.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 96 35 65 0 0.64 0.32 0.62 330.49 0.47 0.26
Hex 60 23 41 0 40 20 3E 14A 2F 1A
Octal 140 43 101 0 100 40 76 512 57 32
Binary 1100000 100011 1000001 0 1000000 100000 111110 101001010 101111 11010

Color Harmonies of #602341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602341

Black with #602341

Text Example


Text Example

White with #602341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602341; }

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

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

background-color css

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

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

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

border-color css

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

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

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