Html Css Color HEX #884355 Camelot

📋 copy color: '#884355'

red 136 ◦ green 67 ◦ blue 85

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

Shades of Camelot #884355

Tints of Camelot #884355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.26%

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

R = 47.22%
G = 23.26%
B = 29.51%

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

#884355 (or 0x884355) is known color: Camelot. HEX triplet: 88, 43 and 55. RGB value is (136,67,85). Sum of RGB (Red+Green+Blue) = 136+67+85=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #884355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884355 is #77BCAA. Grayscale: #595959. Windows color (decimal): -7847083 or 5587848. OLE color: 5587848.

HSL color Cylindrical-coordinate representation of color #884355: hue angle of 344.35º degrees, saturation: 0.34, 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 #884355 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 67 85 -
CMYK 0 0.51 0.38 0.47
HSL 344.35º 0.34% 0.4% -
HSV(B) 344.35º 0.51% 0.53% -
XYZ 13.8 9.9 9.78 -
YUV 89.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 136 67 85 0 0.51 0.38 0.47 344.35 0.34 0.4
Hex 88 43 55 0 33 26 2F 158 22 28
Octal 210 103 125 0 63 46 57 530 42 50
Binary 10001000 1000011 1010101 0 110011 100110 101111 101011000 100010 101000

Color Harmonies of #884355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884355

Black with #884355

Text Example


Text Example

White with #884355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884355; }

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

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

background-color css

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

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

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

border-color css

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

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

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