Html Css Color HEX #88394F Camelot

📋 copy color: '#88394F'

red 136 ◦ green 57 ◦ blue 79

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

Shades of Camelot #88394F

Tints of Camelot #88394F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.04%

R = 50%
G = 20.96%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#88394F (or 0x88394F) is known color: Camelot. HEX triplet: 88, 39 and 4F. RGB value is (136,57,79). Sum of RGB (Red+Green+Blue) = 136+57+79=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #88394F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88394F is #77C6B0. Grayscale: #535353. Windows color (decimal): -7849649 or 5192072. OLE color: 5192072.

HSL color Cylindrical-coordinate representation of color #88394F: hue angle of 343.29º 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 #88394F is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 57 79 -
CMYK 0 0.58 0.42 0.47
HSL 343.29º 0.41% 0.38% -
HSV(B) 343.29º 0.58% 0.53% -
XYZ 13.03 8.73 8.39 -
YUV 83.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 136 57 79 0 0.58 0.42 0.47 343.29 0.41 0.38
Hex 88 39 4F 0 3A 2A 2F 157 29 26
Octal 210 71 117 0 72 52 57 527 51 46
Binary 10001000 111001 1001111 0 111010 101010 101111 101010111 101001 100110

Color Harmonies of #88394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88394F

Black with #88394F

Text Example


Text Example

White with #88394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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