Html Css Color HEX #883D4F Camelot

📋 copy color: '#883D4F'

red 136 ◦ green 61 ◦ blue 79

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

Shades of Camelot #883D4F

Tints of Camelot #883D4F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.1%

 BLUE value IS 79 (31.25% from 255) = 28.62%

R = 49.28%
G = 22.1%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#883D4F (or 0x883D4F) is known color: Camelot. HEX triplet: 88, 3D and 4F. RGB value is (136,61,79). Sum of RGB (Red+Green+Blue) = 136+61+79=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #883D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D4F is #77C2B0. Grayscale: #555555. Windows color (decimal): -7848625 or 5193096. OLE color: 5193096.

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

Color convert

RGB 136 61 79 -
CMYK 0 0.55 0.42 0.47
HSL 345.6º 0.38% 0.39% -
HSV(B) 345.6º 0.55% 0.53% -
XYZ 13.23 9.14 8.46 -
YUV 85.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 136 61 79 0 0.55 0.42 0.47 345.6 0.38 0.39
Hex 88 3D 4F 0 37 2A 2F 15A 26 27
Octal 210 75 117 0 67 52 57 532 46 47
Binary 10001000 111101 1001111 0 110111 101010 101111 101011010 100110 100111

Color Harmonies of #883D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D4F

Black with #883D4F

Text Example


Text Example

White with #883D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,61,79); }

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

background-color css

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

 a { background-color: rgb(136,61,79); }

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

border-color css

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

 span { border-color: rgb(136,61,79); }

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