Html Css Color HEX #883248 Camelot

📋 copy color: '#883248'

red 136 ◦ green 50 ◦ blue 72

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

Shades of Camelot #883248

Tints of Camelot #883248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 52.71%
G = 19.38%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#883248 (or 0x883248) is known color: Camelot. HEX triplet: 88, 32 and 48. RGB value is (136,50,72). Sum of RGB (Red+Green+Blue) = 136+50+72=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #883248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883248 is #77CDB7. Grayscale: #4E4E4E. Windows color (decimal): -7851448 or 4731528. OLE color: 4731528.

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

Color convert

RGB 136 50 72 -
CMYK 0 0.63 0.47 0.47
HSL 344.65º 0.46% 0.36% -
HSV(B) 344.65º 0.63% 0.53% -
XYZ 12.46 7.98 7.01 -
YUV 78.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 136 50 72 0 0.63 0.47 0.47 344.65 0.46 0.36
Hex 88 32 48 0 3F 2F 2F 159 2E 24
Octal 210 62 110 0 77 57 57 531 56 44
Binary 10001000 110010 1001000 0 111111 101111 101111 101011001 101110 100100

Color Harmonies of #883248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883248

Black with #883248

Text Example


Text Example

White with #883248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883248; }

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

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

background-color css

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

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

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

border-color css

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

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

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