Html Css Color HEX #883046 Camelot

📋 copy color: '#883046'

red 136 ◦ green 48 ◦ blue 70

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

Shades of Camelot #883046

Tints of Camelot #883046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

 BLUE value IS 70 (27.73% from 255) = 27.56%

R = 53.54%
G = 18.9%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#883046 (or 0x883046) is known color: Camelot. HEX triplet: 88, 30 and 46. RGB value is (136,48,70). Sum of RGB (Red+Green+Blue) = 136+48+70=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #883046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883046 is #77CFB9. Grayscale: #4C4C4C. Windows color (decimal): -7851962 or 4599944. OLE color: 4599944.

HSL color Cylindrical-coordinate representation of color #883046: hue angle of 345º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883046 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 48 70 -
CMYK 0 0.65 0.49 0.47
HSL 345º 0.48% 0.36% -
HSV(B) 345º 0.65% 0.53% -
XYZ 12.32 7.79 6.65 -
YUV 76.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 136 48 70 0 0.65 0.49 0.47 345 0.48 0.36
Hex 88 30 46 0 41 31 2F 159 30 24
Octal 210 60 106 0 101 61 57 531 60 44
Binary 10001000 110000 1000110 0 1000001 110001 101111 101011001 110000 100100

Color Harmonies of #883046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883046

Black with #883046

Text Example


Text Example

White with #883046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883046; }

 p { color: rgb(136,48,70); }

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

background-color css

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

 a { background-color: rgb(136,48,70); }

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

border-color css

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

 span { border-color: rgb(136,48,70); }

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