Html Css Color HEX #602F4B Pompadour

📋 copy color: '#602F4B'

red 96 ◦ green 47 ◦ blue 75

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

Shades of Pompadour #602F4B

Tints of Pompadour #602F4B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.56%

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 44.04%
G = 21.56%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#602F4B (or 0x602F4B) is known color: Pompadour. HEX triplet: 60, 2F and 4B. RGB value is (96,47,75). Sum of RGB (Red+Green+Blue) = 96+47+75=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #602F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F4B is #9FD0B4. Grayscale: #404040. Windows color (decimal): -10473653 or 4927328. OLE color: 4927328.

HSL color Cylindrical-coordinate representation of color #602F4B: hue angle of 325.71º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F4B is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 75 -
CMYK 0 0.51 0.22 0.62
HSL 325.71º 0.34% 0.28% -
HSV(B) 325.71º 0.51% 0.38% -
XYZ 7.11 5.03 7.25 -
YUV 64.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 96 47 75 0 0.51 0.22 0.62 325.71 0.34 0.28
Hex 60 2F 4B 0 33 16 3E 146 22 1C
Octal 140 57 113 0 63 26 76 506 42 34
Binary 1100000 101111 1001011 0 110011 10110 111110 101000110 100010 11100

Color Harmonies of #602F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F4B

Black with #602F4B

Text Example


Text Example

White with #602F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602F4B; }

 p { color: rgb(96,47,75); }

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

background-color css

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

 a { background-color: rgb(96,47,75); }

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

border-color css

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

 span { border-color: rgb(96,47,75); }

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