Html Css Color HEX #883242 Camelot

📋 copy color: '#883242'

red 136 ◦ green 50 ◦ blue 66

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

Shades of Camelot #883242

Tints of Camelot #883242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 53.97%
G = 19.84%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#883242 (or 0x883242) is known color: Camelot. HEX triplet: 88, 32 and 42. RGB value is (136,50,66). Sum of RGB (Red+Green+Blue) = 136+50+66=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #883242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883242 is #77CDBD. Grayscale: #4D4D4D. Windows color (decimal): -7851454 or 4338312. OLE color: 4338312.

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

Color convert

RGB 136 50 66 -
CMYK 0 0.63 0.51 0.47
HSL 348.84º 0.46% 0.36% -
HSV(B) 348.84º 0.63% 0.53% -
XYZ 12.28 7.91 6.03 -
YUV 77.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 136 50 66 0 0.63 0.51 0.47 348.84 0.46 0.36
Hex 88 32 42 0 3F 33 2F 15D 2E 24
Octal 210 62 102 0 77 63 57 535 56 44
Binary 10001000 110010 1000010 0 111111 110011 101111 101011101 101110 100100

Color Harmonies of #883242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883242

Black with #883242

Text Example


Text Example

White with #883242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883242; }

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

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

background-color css

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

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

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

border-color css

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

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

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