Html Css Color HEX #382551 Cherry Pie

📋 copy color: '#382551'

red 56 ◦ green 37 ◦ blue 81

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

Shades of Cherry Pie #382551

Tints of Cherry Pie #382551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.26%

 BLUE value IS 81 (32.03% from 255) = 46.55%

R = 32.18%
G = 21.26%
B = 46.55%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#382551 (or 0x382551) is known color: Cherry Pie. HEX triplet: 38, 25 and 51. RGB value is (56,37,81). Sum of RGB (Red+Green+Blue) = 56+37+81=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #382551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382551 is #C7DAAE. Grayscale: #2F2F2F. Windows color (decimal): -13097647 or 5317944. OLE color: 5317944.

HSL color Cylindrical-coordinate representation of color #382551: hue angle of 265.91º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #382551 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 37 81 -
CMYK 0.31 0.54 0 0.68
HSL 265.91º 0.37% 0.23% -
HSV(B) 265.91º 0.54% 0.32% -
XYZ 3.78 2.76 8.12 -
YUV 47.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 56 37 81 0.31 0.54 0 0.68 265.91 0.37 0.23
Hex 38 25 51 1F 36 0 44 10A 25 17
Octal 70 45 121 37 66 0 104 412 45 27
Binary 111000 100101 1010001 11111 110110 0 1000100 100001010 100101 10111

Color Harmonies of #382551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382551

Black with #382551

Text Example


Text Example

White with #382551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382551; }

 p { color: rgb(56,37,81); }

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

background-color css

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

 a { background-color: rgb(56,37,81); }

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

border-color css

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

 span { border-color: rgb(56,37,81); }

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