Html Css Color HEX #3A2953 Cherry Pie

📋 copy color: '#3A2953'

red 58 ◦ green 41 ◦ blue 83

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

Shades of Cherry Pie #3A2953

Tints of Cherry Pie #3A2953

RGB

 RED value IS 58 (23.05% from 255) = 31.87%

 GREEN value IS 41 (16.41% from 255) = 22.53%

 BLUE value IS 83 (32.81% from 255) = 45.6%

R = 31.87%
G = 22.53%
B = 45.6%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3A2953 (or 0x3A2953) is known color: Cherry Pie. HEX triplet: 3A, 29 and 53. RGB value is (58,41,83). Sum of RGB (Red+Green+Blue) = 58+41+83=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A2953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2953 is #C5D6AC. Grayscale: #323232. Windows color (decimal): -12965549 or 5450042. OLE color: 5450042.

HSL color Cylindrical-coordinate representation of color #3A2953: hue angle of 264.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A2953 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 41 83 -
CMYK 0.30 0.51 0 0.67
HSL 264.29º 0.34% 0.24% -
HSV(B) 264.29º 0.51% 0.33% -
XYZ 4.1 3.11 8.57 -
YUV 50.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 58 41 83 0.30 0.51 0 0.67 264.29 0.34 0.24
Hex 3A 29 53 1E 33 0 43 108 22 18
Octal 72 51 123 36 63 0 103 410 42 30
Binary 111010 101001 1010011 11110 110011 0 1000011 100001000 100010 11000

Color Harmonies of #3A2953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2953

Black with #3A2953

Text Example


Text Example

White with #3A2953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A2953; }

 p { color: rgb(58,41,83); }

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

background-color css

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

 a { background-color: rgb(58,41,83); }

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

border-color css

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

 span { border-color: rgb(58,41,83); }

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