Html Css Color HEX #372952 Cherry Pie

📋 copy color: '#372952'

red 55 ◦ green 41 ◦ blue 82

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

Shades of Cherry Pie #372952

Tints of Cherry Pie #372952

RGB

 RED value IS 55 (21.88% from 255) = 30.9%

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

 BLUE value IS 82 (32.42% from 255) = 46.07%

R = 30.9%
G = 23.03%
B = 46.07%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#372952 (or 0x372952) is known color: Cherry Pie. HEX triplet: 37, 29 and 52. RGB value is (55,41,82). Sum of RGB (Red+Green+Blue) = 55+41+82=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #372952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372952 is #C8D6AD. Grayscale: #313131. Windows color (decimal): -13162158 or 5384503. OLE color: 5384503.

HSL color Cylindrical-coordinate representation of color #372952: hue angle of 260.49º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #372952 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 41 82 -
CMYK 0.33 0.50 0 0.68
HSL 260.49º 0.33% 0.24% -
HSV(B) 260.49º 0.5% 0.32% -
XYZ 3.89 3.01 8.36 -
YUV 49.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 55 41 82 0.33 0.50 0 0.68 260.49 0.33 0.24
Hex 37 29 52 21 32 0 44 104 21 18
Octal 67 51 122 41 62 0 104 404 41 30
Binary 110111 101001 1010010 100001 110010 0 1000100 100000100 100001 11000

Color Harmonies of #372952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372952

Black with #372952

Text Example


Text Example

White with #372952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372952; }

 p { color: rgb(55,41,82); }

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

background-color css

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

 a { background-color: rgb(55,41,82); }

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

border-color css

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

 span { border-color: rgb(55,41,82); }

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