Html Css Color HEX #362D49 Cherry Pie

📋 copy color: '#362D49'

red 54 ◦ green 45 ◦ blue 73

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

Shades of Cherry Pie #362D49

Tints of Cherry Pie #362D49

RGB

 RED value IS 54 (21.48% from 255) = 31.4%

 GREEN value IS 45 (17.97% from 255) = 26.16%

 BLUE value IS 73 (28.91% from 255) = 42.44%

R = 31.4%
G = 26.16%
B = 42.44%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#362D49 (or 0x362D49) is known color: Cherry Pie. HEX triplet: 36, 2D and 49. RGB value is (54,45,73). Sum of RGB (Red+Green+Blue) = 54+45+73=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #362D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D49 is #C9D2B6. Grayscale: #323232. Windows color (decimal): -13226679 or 4795702. OLE color: 4795702.

HSL color Cylindrical-coordinate representation of color #362D49: hue angle of 259.29º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #362D49 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 45 73 -
CMYK 0.26 0.38 0 0.71
HSL 259.29º 0.24% 0.23% -
HSV(B) 259.29º 0.38% 0.29% -
XYZ 3.66 3.14 6.72 -
YUV 50.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 54 45 73 0.26 0.38 0 0.71 259.29 0.24 0.23
Hex 36 2D 49 1A 26 0 47 103 18 17
Octal 66 55 111 32 46 0 107 403 30 27
Binary 110110 101101 1001001 11010 100110 0 1000111 100000011 11000 10111

Color Harmonies of #362D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362D49

Black with #362D49

Text Example


Text Example

White with #362D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362D49; }

 p { color: rgb(54,45,73); }

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

background-color css

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

 a { background-color: rgb(54,45,73); }

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

border-color css

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

 span { border-color: rgb(54,45,73); }

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