Html Css Color HEX #884158 Camelot

📋 copy color: '#884158'

red 136 ◦ green 65 ◦ blue 88

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

Shades of Camelot #884158

Tints of Camelot #884158

RGB

 RED value IS 136 (53.52% from 255) = 47.06%

 GREEN value IS 65 (25.78% from 255) = 22.49%

 BLUE value IS 88 (34.77% from 255) = 30.45%

R = 47.06%
G = 22.49%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#884158 (or 0x884158) is known color: Camelot. HEX triplet: 88, 41 and 58. RGB value is (136,65,88). Sum of RGB (Red+Green+Blue) = 136+65+88=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884158 is #77BEA7. Grayscale: #585858. Windows color (decimal): -7847592 or 5783944. OLE color: 5783944.

HSL color Cylindrical-coordinate representation of color #884158: hue angle of 340.56º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884158 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 65 88 -
CMYK 0 0.52 0.35 0.47
HSL 340.56º 0.35% 0.39% -
HSV(B) 340.56º 0.52% 0.53% -
XYZ 13.81 9.72 10.38 -
YUV 88.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 136 65 88 0 0.52 0.35 0.47 340.56 0.35 0.39
Hex 88 41 58 0 34 23 2F 155 23 27
Octal 210 101 130 0 64 43 57 525 43 47
Binary 10001000 1000001 1011000 0 110100 100011 101111 101010101 100011 100111

Color Harmonies of #884158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884158

Black with #884158

Text Example


Text Example

White with #884158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884158; }

 p { color: rgb(136,65,88); }

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

background-color css

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

 a { background-color: rgb(136,65,88); }

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

border-color css

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

 span { border-color: rgb(136,65,88); }

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