Html Css Color HEX #362C49 Cherry Pie

📋 copy color: '#362C49'

red 54 ◦ green 44 ◦ blue 73

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

Shades of Cherry Pie #362C49

Tints of Cherry Pie #362C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.73%

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

R = 31.58%
G = 25.73%
B = 42.69%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#362C49 (or 0x362C49) is known color: Cherry Pie. HEX triplet: 36, 2C and 49. RGB value is (54,44,73). Sum of RGB (Red+Green+Blue) = 54+44+73=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #362C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C49 is #C9D3B6. Grayscale: #323232. Windows color (decimal): -13226935 or 4795446. OLE color: 4795446.

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

Color convert

RGB 54 44 73 -
CMYK 0.26 0.40 0 0.71
HSL 260.69º 0.25% 0.23% -
HSV(B) 260.69º 0.4% 0.29% -
XYZ 3.62 3.07 6.7 -
YUV 50.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 54 44 73 0.26 0.40 0 0.71 260.69 0.25 0.23
Hex 36 2C 49 1A 28 0 47 105 19 17
Octal 66 54 111 32 50 0 107 405 31 27
Binary 110110 101100 1001001 11010 101000 0 1000111 100000101 11001 10111

Color Harmonies of #362C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C49

Black with #362C49

Text Example


Text Example

White with #362C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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