Html Css Color HEX #88404C Camelot

📋 copy color: '#88404C'

red 136 ◦ green 64 ◦ blue 76

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

Shades of Camelot #88404C

Tints of Camelot #88404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.19%

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 49.28%
G = 23.19%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88404C (or 0x88404C) is known color: Camelot. HEX triplet: 88, 40 and 4C. RGB value is (136,64,76). Sum of RGB (Red+Green+Blue) = 136+64+76=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #88404C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88404C is #77BFB3. Grayscale: #565656. Windows color (decimal): -7847860 or 4997256. OLE color: 4997256.

HSL color Cylindrical-coordinate representation of color #88404C: hue angle of 350º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88404C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 64 76 -
CMYK 0 0.53 0.44 0.47
HSL 350º 0.36% 0.39% -
HSV(B) 350º 0.53% 0.53% -
XYZ 13.29 9.42 7.96 -
YUV 86.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 136 64 76 0 0.53 0.44 0.47 350 0.36 0.39
Hex 88 40 4C 0 35 2C 2F 15E 24 27
Octal 210 100 114 0 65 54 57 536 44 47
Binary 10001000 1000000 1001100 0 110101 101100 101111 101011110 100100 100111

Color Harmonies of #88404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88404C

Black with #88404C

Text Example


Text Example

White with #88404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88404C; }

 p { color: rgb(136,64,76); }

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

background-color css

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

 a { background-color: rgb(136,64,76); }

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

border-color css

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

 span { border-color: rgb(136,64,76); }

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