Html Css Color HEX #883241 Camelot

📋 copy color: '#883241'

red 136 ◦ green 50 ◦ blue 65

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

Shades of Camelot #883241

Tints of Camelot #883241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

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

R = 54.18%
G = 19.92%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#883241 (or 0x883241) is known color: Camelot. HEX triplet: 88, 32 and 41. RGB value is (136,50,65). Sum of RGB (Red+Green+Blue) = 136+50+65=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #883241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883241 is #77CDBE. Grayscale: #4D4D4D. Windows color (decimal): -7851455 or 4272776. OLE color: 4272776.

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

Color convert

RGB 136 50 65 -
CMYK 0 0.63 0.52 0.47
HSL 349.53º 0.46% 0.36% -
HSV(B) 349.53º 0.63% 0.53% -
XYZ 12.25 7.9 5.88 -
YUV 77.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 136 50 65 0 0.63 0.52 0.47 349.53 0.46 0.36
Hex 88 32 41 0 3F 34 2F 15E 2E 24
Octal 210 62 101 0 77 64 57 536 56 44
Binary 10001000 110010 1000001 0 111111 110100 101111 101011110 101110 100100

Color Harmonies of #883241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883241

Black with #883241

Text Example


Text Example

White with #883241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883241; }

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

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

background-color css

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

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

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

border-color css

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

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

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