Html Css Color HEX #362950 Cherry Pie

📋 copy color: '#362950'

red 54 ◦ green 41 ◦ blue 80

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

Shades of Cherry Pie #362950

Tints of Cherry Pie #362950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 45.71%

R = 30.86%
G = 23.43%
B = 45.71%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#362950 (or 0x362950) is known color: Cherry Pie. HEX triplet: 36, 29 and 50. RGB value is (54,41,80). Sum of RGB (Red+Green+Blue) = 54+41+80=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #362950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362950 is #C9D6AF. Grayscale: #313131. Windows color (decimal): -13227696 or 5253430. OLE color: 5253430.

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

Color convert

RGB 54 41 80 -
CMYK 0.33 0.49 0 0.69
HSL 260º 0.32% 0.24% -
HSV(B) 260º 0.49% 0.31% -
XYZ 3.76 2.95 7.96 -
YUV 49.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 54 41 80 0.33 0.49 0 0.69 260 0.32 0.24
Hex 36 29 50 21 31 0 45 104 20 18
Octal 66 51 120 41 61 0 105 404 40 30
Binary 110110 101001 1010000 100001 110001 0 1000101 100000100 100000 11000

Color Harmonies of #362950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362950

Black with #362950

Text Example


Text Example

White with #362950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362950; }

 p { color: rgb(54,41,80); }

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

background-color css

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

 a { background-color: rgb(54,41,80); }

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

border-color css

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

 span { border-color: rgb(54,41,80); }

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