Html Css Color HEX #883244 Camelot

📋 copy color: '#883244'

red 136 ◦ green 50 ◦ blue 68

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

Shades of Camelot #883244

Tints of Camelot #883244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.77%

R = 53.54%
G = 19.69%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#883244 (or 0x883244) is known color: Camelot. HEX triplet: 88, 32 and 44. RGB value is (136,50,68). Sum of RGB (Red+Green+Blue) = 136+50+68=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #883244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883244 is #77CDBB. Grayscale: #4D4D4D. Windows color (decimal): -7851452 or 4469384. OLE color: 4469384.

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

Color convert

RGB 136 50 68 -
CMYK 0 0.63 0.50 0.47
HSL 347.44º 0.46% 0.36% -
HSV(B) 347.44º 0.63% 0.53% -
XYZ 12.34 7.93 6.35 -
YUV 77.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 136 50 68 0 0.63 0.50 0.47 347.44 0.46 0.36
Hex 88 32 44 0 3F 32 2F 15B 2E 24
Octal 210 62 104 0 77 62 57 533 56 44
Binary 10001000 110010 1000100 0 111111 110010 101111 101011011 101110 100100

Color Harmonies of #883244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883244

Black with #883244

Text Example


Text Example

White with #883244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883244; }

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

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

background-color css

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

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

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

border-color css

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

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

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