Html Css Color HEX #883446 Camelot

📋 copy color: '#883446'

red 136 ◦ green 52 ◦ blue 70

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

Shades of Camelot #883446

Tints of Camelot #883446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

 BLUE value IS 70 (27.73% from 255) = 27.13%

R = 52.71%
G = 20.16%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#883446 (or 0x883446) is known color: Camelot. HEX triplet: 88, 34 and 46. RGB value is (136,52,70). Sum of RGB (Red+Green+Blue) = 136+52+70=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #883446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883446 is #77CBB9. Grayscale: #4F4F4F. Windows color (decimal): -7850938 or 4600968. OLE color: 4600968.

HSL color Cylindrical-coordinate representation of color #883446: hue angle of 347.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883446 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 52 70 -
CMYK 0 0.62 0.49 0.47
HSL 347.14º 0.45% 0.37% -
HSV(B) 347.14º 0.62% 0.53% -
XYZ 12.49 8.13 6.71 -
YUV 79.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 136 52 70 0 0.62 0.49 0.47 347.14 0.45 0.37
Hex 88 34 46 0 3E 31 2F 15B 2D 25
Octal 210 64 106 0 76 61 57 533 55 45
Binary 10001000 110100 1000110 0 111110 110001 101111 101011011 101101 100101

Color Harmonies of #883446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883446

Black with #883446

Text Example


Text Example

White with #883446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883446; }

 p { color: rgb(136,52,70); }

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

background-color css

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

 a { background-color: rgb(136,52,70); }

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

border-color css

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

 span { border-color: rgb(136,52,70); }

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