Html Css Color HEX #883041 Camelot

📋 copy color: '#883041'

red 136 ◦ green 48 ◦ blue 65

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

Shades of Camelot #883041

Tints of Camelot #883041

RGB

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

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

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

R = 54.62%
G = 19.28%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#883041 (or 0x883041) is known color: Camelot. HEX triplet: 88, 30 and 41. RGB value is (136,48,65). Sum of RGB (Red+Green+Blue) = 136+48+65=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #883041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883041 is #77CFBE. Grayscale: #4C4C4C. Windows color (decimal): -7851967 or 4272264. OLE color: 4272264.

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

Color convert

RGB 136 48 65 -
CMYK 0 0.65 0.52 0.47
HSL 348.41º 0.48% 0.36% -
HSV(B) 348.41º 0.65% 0.53% -
XYZ 12.16 7.73 5.85 -
YUV 76.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 136 48 65 0 0.65 0.52 0.47 348.41 0.48 0.36
Hex 88 30 41 0 41 34 2F 15C 30 24
Octal 210 60 101 0 101 64 57 534 60 44
Binary 10001000 110000 1000001 0 1000001 110100 101111 101011100 110000 100100

Color Harmonies of #883041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883041

Black with #883041

Text Example


Text Example

White with #883041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883041; }

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

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

background-color css

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

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

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

border-color css

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

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

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