Html Css Color HEX #88394B Camelot

📋 copy color: '#88394B'

red 136 ◦ green 57 ◦ blue 75

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

Shades of Camelot #88394B

Tints of Camelot #88394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.27%

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 50.75%
G = 21.27%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#88394B (or 0x88394B) is known color: Camelot. HEX triplet: 88, 39 and 4B. RGB value is (136,57,75). Sum of RGB (Red+Green+Blue) = 136+57+75=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88394B is #77C6B4. Grayscale: #525252. Windows color (decimal): -7849653 or 4929928. OLE color: 4929928.

HSL color Cylindrical-coordinate representation of color #88394B: hue angle of 346.33º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88394B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 57 75 -
CMYK 0 0.58 0.45 0.47
HSL 346.33º 0.41% 0.38% -
HSV(B) 346.33º 0.58% 0.53% -
XYZ 12.89 8.67 7.65 -
YUV 82.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 136 57 75 0 0.58 0.45 0.47 346.33 0.41 0.38
Hex 88 39 4B 0 3A 2D 2F 15A 29 26
Octal 210 71 113 0 72 55 57 532 51 46
Binary 10001000 111001 1001011 0 111010 101101 101111 101011010 101001 100110

Color Harmonies of #88394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88394B

Black with #88394B

Text Example


Text Example

White with #88394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88394B; }

 p { color: rgb(136,57,75); }

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

background-color css

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

 a { background-color: rgb(136,57,75); }

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

border-color css

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

 span { border-color: rgb(136,57,75); }

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