Html Css Color HEX #88374D Camelot

📋 copy color: '#88374D'

red 136 ◦ green 55 ◦ blue 77

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

Shades of Camelot #88374D

Tints of Camelot #88374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.52%

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

R = 50.75%
G = 20.52%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#88374D (or 0x88374D) is known color: Camelot. HEX triplet: 88, 37 and 4D. RGB value is (136,55,77). Sum of RGB (Red+Green+Blue) = 136+55+77=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88374D is #77C8B2. Grayscale: #515151. Windows color (decimal): -7850163 or 5060488. OLE color: 5060488.

HSL color Cylindrical-coordinate representation of color #88374D: hue angle of 343.7º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88374D is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 55 77 -
CMYK 0 0.60 0.43 0.47
HSL 343.7º 0.42% 0.37% -
HSV(B) 343.7º 0.6% 0.53% -
XYZ 12.86 8.5 7.98 -
YUV 81.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 136 55 77 0 0.60 0.43 0.47 343.7 0.42 0.37
Hex 88 37 4D 0 3C 2B 2F 158 2A 25
Octal 210 67 115 0 74 53 57 530 52 45
Binary 10001000 110111 1001101 0 111100 101011 101111 101011000 101010 100101

Color Harmonies of #88374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88374D

Black with #88374D

Text Example


Text Example

White with #88374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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