Html Css Color HEX #883141 Camelot

📋 copy color: '#883141'

red 136 ◦ green 49 ◦ blue 65

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

Shades of Camelot #883141

Tints of Camelot #883141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

 BLUE value IS 65 (25.78% from 255) = 26%

R = 54.4%
G = 19.6%
B = 26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#883141 (or 0x883141) is known color: Camelot. HEX triplet: 88, 31 and 41. RGB value is (136,49,65). Sum of RGB (Red+Green+Blue) = 136+49+65=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #883141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883141 is #77CEBE. Grayscale: #4C4C4C. Windows color (decimal): -7851711 or 4272520. OLE color: 4272520.

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

Color convert

RGB 136 49 65 -
CMYK 0 0.64 0.52 0.47
HSL 348.97º 0.47% 0.36% -
HSV(B) 348.97º 0.64% 0.53% -
XYZ 12.21 7.81 5.87 -
YUV 76.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 136 49 65 0 0.64 0.52 0.47 348.97 0.47 0.36
Hex 88 31 41 0 40 34 2F 15D 2F 24
Octal 210 61 101 0 100 64 57 535 57 44
Binary 10001000 110001 1000001 0 1000000 110100 101111 101011101 101111 100100

Color Harmonies of #883141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883141

Black with #883141

Text Example


Text Example

White with #883141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883141; }

 p { color: rgb(136,49,65); }

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

background-color css

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

 a { background-color: rgb(136,49,65); }

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

border-color css

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

 span { border-color: rgb(136,49,65); }

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