Html Css Color HEX #382852 Cherry Pie

📋 copy color: '#382852'

red 56 ◦ green 40 ◦ blue 82

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

Shades of Cherry Pie #382852

Tints of Cherry Pie #382852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

 BLUE value IS 82 (32.42% from 255) = 46.07%

R = 31.46%
G = 22.47%
B = 46.07%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#382852 (or 0x382852) is known color: Cherry Pie. HEX triplet: 38, 28 and 52. RGB value is (56,40,82). Sum of RGB (Red+Green+Blue) = 56+40+82=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #382852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382852 is #C7D7AD. Grayscale: #313131. Windows color (decimal): -13096878 or 5384248. OLE color: 5384248.

HSL color Cylindrical-coordinate representation of color #382852: hue angle of 262.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #382852 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 40 82 -
CMYK 0.32 0.51 0 0.68
HSL 262.86º 0.34% 0.24% -
HSV(B) 262.86º 0.51% 0.32% -
XYZ 3.91 2.97 8.35 -
YUV 49.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 56 40 82 0.32 0.51 0 0.68 262.86 0.34 0.24
Hex 38 28 52 20 33 0 44 107 22 18
Octal 70 50 122 40 63 0 104 407 42 30
Binary 111000 101000 1010010 100000 110011 0 1000100 100000111 100010 11000

Color Harmonies of #382852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382852

Black with #382852

Text Example


Text Example

White with #382852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382852; }

 p { color: rgb(56,40,82); }

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

background-color css

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

 a { background-color: rgb(56,40,82); }

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

border-color css

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

 span { border-color: rgb(56,40,82); }

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