Html Css Color HEX #883347 Camelot

📋 copy color: '#883347'

red 136 ◦ green 51 ◦ blue 71

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

Shades of Camelot #883347

Tints of Camelot #883347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

 BLUE value IS 71 (28.13% from 255) = 27.52%

R = 52.71%
G = 19.77%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#883347 (or 0x883347) is known color: Camelot. HEX triplet: 88, 33 and 47. RGB value is (136,51,71). Sum of RGB (Red+Green+Blue) = 136+51+71=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #883347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883347 is #77CCB8. Grayscale: #4E4E4E. Windows color (decimal): -7851193 or 4666248. OLE color: 4666248.

HSL color Cylindrical-coordinate representation of color #883347: hue angle of 345.88º 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 #883347 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 51 71 -
CMYK 0 0.62 0.48 0.47
HSL 345.88º 0.45% 0.37% -
HSV(B) 345.88º 0.63% 0.53% -
XYZ 12.47 8.06 6.86 -
YUV 78.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 136 51 71 0 0.62 0.48 0.47 345.88 0.45 0.37
Hex 88 33 47 0 3E 30 2F 15A 2D 25
Octal 210 63 107 0 76 60 57 532 55 45
Binary 10001000 110011 1000111 0 111110 110000 101111 101011010 101101 100101

Color Harmonies of #883347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883347

Black with #883347

Text Example


Text Example

White with #883347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883347; }

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

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

background-color css

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

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

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

border-color css

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

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

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