Html Css Color HEX #883B4D Camelot

📋 copy color: '#883B4D'

red 136 ◦ green 59 ◦ blue 77

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

Shades of Camelot #883B4D

Tints of Camelot #883B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.69%

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 50%
G = 21.69%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#883B4D (or 0x883B4D) is known color: Camelot. HEX triplet: 88, 3B and 4D. RGB value is (136,59,77). Sum of RGB (Red+Green+Blue) = 136+59+77=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #883B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B4D is #77C4B2. Grayscale: #545454. Windows color (decimal): -7849139 or 5061512. OLE color: 5061512.

HSL color Cylindrical-coordinate representation of color #883B4D: hue angle of 345.97º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883B4D is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 59 77 -
CMYK 0 0.57 0.43 0.47
HSL 345.97º 0.39% 0.38% -
HSV(B) 345.97º 0.57% 0.53% -
XYZ 13.06 8.9 8.05 -
YUV 84.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 136 59 77 0 0.57 0.43 0.47 345.97 0.39 0.38
Hex 88 3B 4D 0 39 2B 2F 15A 27 26
Octal 210 73 115 0 71 53 57 532 47 46
Binary 10001000 111011 1001101 0 111001 101011 101111 101011010 100111 100110

Color Harmonies of #883B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883B4D

Black with #883B4D

Text Example


Text Example

White with #883B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883B4D; }

 p { color: rgb(136,59,77); }

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

background-color css

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

 a { background-color: rgb(136,59,77); }

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

border-color css

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

 span { border-color: rgb(136,59,77); }

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