Html Css Color HEX #884250 Camelot

📋 copy color: '#884250'

red 136 ◦ green 66 ◦ blue 80

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

Shades of Camelot #884250

Tints of Camelot #884250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.37%

R = 48.23%
G = 23.4%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#884250 (or 0x884250) is known color: Camelot. HEX triplet: 88, 42 and 50. RGB value is (136,66,80). Sum of RGB (Red+Green+Blue) = 136+66+80=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #884250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884250 is #77BDAF. Grayscale: #585858. Windows color (decimal): -7847344 or 5259912. OLE color: 5259912.

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

Color convert

RGB 136 66 80 -
CMYK 0 0.51 0.41 0.47
HSL 348º 0.35% 0.4% -
HSV(B) 348º 0.51% 0.53% -
XYZ 13.55 9.71 8.75 -
YUV 88.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 136 66 80 0 0.51 0.41 0.47 348 0.35 0.4
Hex 88 42 50 0 33 29 2F 15C 23 28
Octal 210 102 120 0 63 51 57 534 43 50
Binary 10001000 1000010 1010000 0 110011 101001 101111 101011100 100011 101000

Color Harmonies of #884250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884250

Black with #884250

Text Example


Text Example

White with #884250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884250; }

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

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

background-color css

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

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

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

border-color css

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

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

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