Html Css Color HEX #883949 Camelot

📋 copy color: '#883949'

red 136 ◦ green 57 ◦ blue 73

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

Shades of Camelot #883949

Tints of Camelot #883949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.43%

 BLUE value IS 73 (28.91% from 255) = 27.44%

R = 51.13%
G = 21.43%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#883949 (or 0x883949) is known color: Camelot. HEX triplet: 88, 39 and 49. RGB value is (136,57,73). Sum of RGB (Red+Green+Blue) = 136+57+73=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #883949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883949 is #77C6B6. Grayscale: #525252. Windows color (decimal): -7849655 or 4798856. OLE color: 4798856.

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

Color convert

RGB 136 57 73 -
CMYK 0 0.58 0.46 0.47
HSL 347.85º 0.41% 0.38% -
HSV(B) 347.85º 0.58% 0.53% -
XYZ 12.82 8.64 7.3 -
YUV 82.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 136 57 73 0 0.58 0.46 0.47 347.85 0.41 0.38
Hex 88 39 49 0 3A 2E 2F 15C 29 26
Octal 210 71 111 0 72 56 57 534 51 46
Binary 10001000 111001 1001001 0 111010 101110 101111 101011100 101001 100110

Color Harmonies of #883949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883949

Black with #883949

Text Example


Text Example

White with #883949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883949; }

 p { color: rgb(136,57,73); }

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

background-color css

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

 a { background-color: rgb(136,57,73); }

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

border-color css

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

 span { border-color: rgb(136,57,73); }

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