Html Css Color HEX #884255 Camelot

📋 copy color: '#884255'

red 136 ◦ green 66 ◦ blue 85

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

Shades of Camelot #884255

Tints of Camelot #884255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

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

R = 47.39%
G = 23%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#884255 (or 0x884255) is known color: Camelot. HEX triplet: 88, 42 and 55. RGB value is (136,66,85). Sum of RGB (Red+Green+Blue) = 136+66+85=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #884255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884255 is #77BDAA. Grayscale: #595959. Windows color (decimal): -7847339 or 5587592. OLE color: 5587592.

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

Color convert

RGB 136 66 85 -
CMYK 0 0.51 0.38 0.47
HSL 343.71º 0.35% 0.4% -
HSV(B) 343.71º 0.51% 0.53% -
XYZ 13.74 9.79 9.76 -
YUV 89.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 136 66 85 0 0.51 0.38 0.47 343.71 0.35 0.4
Hex 88 42 55 0 33 26 2F 158 23 28
Octal 210 102 125 0 63 46 57 530 43 50
Binary 10001000 1000010 1010101 0 110011 100110 101111 101011000 100011 101000

Color Harmonies of #884255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884255

Black with #884255

Text Example


Text Example

White with #884255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884255; }

 p { color: rgb(136,66,85); }

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

background-color css

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

 a { background-color: rgb(136,66,85); }

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

border-color css

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

 span { border-color: rgb(136,66,85); }

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