Html Css Color HEX #883444 Camelot

📋 copy color: '#883444'

red 136 ◦ green 52 ◦ blue 68

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

Shades of Camelot #883444

Tints of Camelot #883444

RGB

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

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

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

R = 53.13%
G = 20.31%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#883444 (or 0x883444) is known color: Camelot. HEX triplet: 88, 34 and 44. RGB value is (136,52,68). Sum of RGB (Red+Green+Blue) = 136+52+68=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #883444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883444 is #77CBBB. Grayscale: #4E4E4E. Windows color (decimal): -7850940 or 4469896. OLE color: 4469896.

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

Color convert

RGB 136 52 68 -
CMYK 0 0.62 0.50 0.47
HSL 348.57º 0.45% 0.37% -
HSV(B) 348.57º 0.62% 0.53% -
XYZ 12.42 8.11 6.38 -
YUV 78.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 136 52 68 0 0.62 0.50 0.47 348.57 0.45 0.37
Hex 88 34 44 0 3E 32 2F 15D 2D 25
Octal 210 64 104 0 76 62 57 535 55 45
Binary 10001000 110100 1000100 0 111110 110010 101111 101011101 101101 100101

Color Harmonies of #883444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883444

Black with #883444

Text Example


Text Example

White with #883444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883444; }

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

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

background-color css

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

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

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

border-color css

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

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

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