#883349

Color #883349 Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #883349

Tints of Camelot #883349

Color information

#883349 (or 0x883349) is unknown color: approx Camelot. HEX triplet: 88, 33 and 49. RGB value is (136,51,73). Sum of RGB (Red+Green+Blue) = 136+51+73=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #883349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883349 is #77CCB6. Grayscale: #4E4E4E. Windows color (decimal): -7851191 or 4797320. OLE color: 4797320.

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

Color convert

RGB1365173-
CMYK00.620.460.47
HSL344.47º45.45%36.67%-
HSV(B)344.47º62.5%53.33%-
XYZ12.548.087.2-
YUV78.92124.66168.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 73 (28.91% from 255) = 28.08%
R=52.31%
G=19.62%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136517300.620.460.47344.4745.4536.67
Hex88334903E2E2F1582d25
Octal2106311107656575305545
Binary1000100011001110010010111110101110101111101011000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883349; }

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

 H1.HeaderClassName
 {
   color: #883349;
 }
 .AnyTagClassName
 {
   color: #883349;
 }
</style>
background-color css

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

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

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

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

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

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