Html Css Color HEX #382655 Cherry Pie

📋 copy color: '#382655'

red 56 ◦ green 38 ◦ blue 85

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

Shades of Cherry Pie #382655

Tints of Cherry Pie #382655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 47.49%

R = 31.28%
G = 21.23%
B = 47.49%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#382655 (or 0x382655) is known color: Cherry Pie. HEX triplet: 38, 26 and 55. RGB value is (56,38,85). Sum of RGB (Red+Green+Blue) = 56+38+85=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #382655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382655 is #C7D9AA. Grayscale: #303030. Windows color (decimal): -13097387 or 5580344. OLE color: 5580344.

HSL color Cylindrical-coordinate representation of color #382655: hue angle of 262.98º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #382655 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 38 85 -
CMYK 0.34 0.55 0 0.67
HSL 262.98º 0.38% 0.24% -
HSV(B) 262.98º 0.55% 0.33% -
XYZ 3.96 2.88 8.94 -
YUV 48.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 56 38 85 0.34 0.55 0 0.67 262.98 0.38 0.24
Hex 38 26 55 22 37 0 43 107 26 18
Octal 70 46 125 42 67 0 103 407 46 30
Binary 111000 100110 1010101 100010 110111 0 1000011 100000111 100110 11000

Color Harmonies of #382655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382655

Black with #382655

Text Example


Text Example

White with #382655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382655; }

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

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

background-color css

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

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

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

border-color css

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

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

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