Html Css Color HEX #884152 Camelot

📋 copy color: '#884152'

red 136 ◦ green 65 ◦ blue 82

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

Shades of Camelot #884152

Tints of Camelot #884152

RGB

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

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

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

R = 48.06%
G = 22.97%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#884152 (or 0x884152) is known color: Camelot. HEX triplet: 88, 41 and 52. RGB value is (136,65,82). Sum of RGB (Red+Green+Blue) = 136+65+82=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #884152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884152 is #77BEAD. Grayscale: #585858. Windows color (decimal): -7847598 or 5390728. OLE color: 5390728.

HSL color Cylindrical-coordinate representation of color #884152: hue angle of 345.63º 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 #884152 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 65 82 -
CMYK 0 0.52 0.40 0.47
HSL 345.63º 0.35% 0.39% -
HSV(B) 345.63º 0.52% 0.53% -
XYZ 13.57 9.62 9.13 -
YUV 88.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 136 65 82 0 0.52 0.40 0.47 345.63 0.35 0.39
Hex 88 41 52 0 34 28 2F 15A 23 27
Octal 210 101 122 0 64 50 57 532 43 47
Binary 10001000 1000001 1010010 0 110100 101000 101111 101011010 100011 100111

Color Harmonies of #884152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884152

Black with #884152

Text Example


Text Example

White with #884152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884152; }

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

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

background-color css

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

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

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

border-color css

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

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

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