Html Css Color HEX #884350 Camelot

📋 copy color: '#884350'

red 136 ◦ green 67 ◦ blue 80

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

Shades of Camelot #884350

Tints of Camelot #884350

RGB

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

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

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

R = 48.06%
G = 23.67%
B = 28.27%

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

#884350 (or 0x884350) is known color: Camelot. HEX triplet: 88, 43 and 50. RGB value is (136,67,80). Sum of RGB (Red+Green+Blue) = 136+67+80=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #884350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884350 is #77BCAF. Grayscale: #595959. Windows color (decimal): -7847088 or 5260168. OLE color: 5260168.

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

Color convert

RGB 136 67 80 -
CMYK 0 0.51 0.41 0.47
HSL 348.7º 0.34% 0.4% -
HSV(B) 348.7º 0.51% 0.53% -
XYZ 13.61 9.83 8.77 -
YUV 89.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 136 67 80 0 0.51 0.41 0.47 348.7 0.34 0.4
Hex 88 43 50 0 33 29 2F 15D 22 28
Octal 210 103 120 0 63 51 57 535 42 50
Binary 10001000 1000011 1010000 0 110011 101001 101111 101011101 100010 101000

Color Harmonies of #884350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884350

Black with #884350

Text Example


Text Example

White with #884350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884350; }

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

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

background-color css

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

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

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

border-color css

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

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

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