Html Css Color HEX #382650 Cherry Pie

📋 copy color: '#382650'

red 56 ◦ green 38 ◦ blue 80

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

Shades of Cherry Pie #382650

Tints of Cherry Pie #382650

RGB

 RED value IS 56 (22.27% from 255) = 32.18%

 GREEN value IS 38 (15.23% from 255) = 21.84%

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

R = 32.18%
G = 21.84%
B = 45.98%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#382650 (or 0x382650) is known color: Cherry Pie. HEX triplet: 38, 26 and 50. RGB value is (56,38,80). Sum of RGB (Red+Green+Blue) = 56+38+80=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #382650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382650 is #C7D9AF. Grayscale: #303030. Windows color (decimal): -13097392 or 5252664. OLE color: 5252664.

HSL color Cylindrical-coordinate representation of color #382650: hue angle of 265.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #382650 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 38 80 -
CMYK 0.30 0.52 0 0.69
HSL 265.71º 0.36% 0.23% -
HSV(B) 265.71º 0.53% 0.31% -
XYZ 3.77 2.81 7.93 -
YUV 48.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 56 38 80 0.30 0.52 0 0.69 265.71 0.36 0.23
Hex 38 26 50 1E 34 0 45 10A 24 17
Octal 70 46 120 36 64 0 105 412 44 27
Binary 111000 100110 1010000 11110 110100 0 1000101 100001010 100100 10111

Color Harmonies of #382650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382650

Black with #382650

Text Example


Text Example

White with #382650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382650; }

 p { color: rgb(56,38,80); }

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

background-color css

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

 a { background-color: rgb(56,38,80); }

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

border-color css

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

 span { border-color: rgb(56,38,80); }

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