Html Css Color HEX #88404D Camelot

📋 copy color: '#88404D'

red 136 ◦ green 64 ◦ blue 77

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

Shades of Camelot #88404D

Tints of Camelot #88404D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.8%

R = 49.1%
G = 23.1%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#88404D (or 0x88404D) is known color: Camelot. HEX triplet: 88, 40 and 4D. RGB value is (136,64,77). Sum of RGB (Red+Green+Blue) = 136+64+77=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88404D is #77BFB2. Grayscale: #575757. Windows color (decimal): -7847859 or 5062792. OLE color: 5062792.

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

Color convert

RGB 136 64 77 -
CMYK 0 0.53 0.43 0.47
HSL 349.17º 0.36% 0.39% -
HSV(B) 349.17º 0.53% 0.53% -
XYZ 13.33 9.44 8.14 -
YUV 87.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 136 64 77 0 0.53 0.43 0.47 349.17 0.36 0.39
Hex 88 40 4D 0 35 2B 2F 15D 24 27
Octal 210 100 115 0 65 53 57 535 44 47
Binary 10001000 1000000 1001101 0 110101 101011 101111 101011101 100100 100111

Color Harmonies of #88404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88404D

Black with #88404D

Text Example


Text Example

White with #88404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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