Html Css Color HEX #88374C Camelot

📋 copy color: '#88374C'

red 136 ◦ green 55 ◦ blue 76

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

Shades of Camelot #88374C

Tints of Camelot #88374C

RGB

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

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

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

R = 50.94%
G = 20.6%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88374C (or 0x88374C) is known color: Camelot. HEX triplet: 88, 37 and 4C. RGB value is (136,55,76). Sum of RGB (Red+Green+Blue) = 136+55+76=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #88374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88374C is #77C8B3. Grayscale: #515151. Windows color (decimal): -7850164 or 4994952. OLE color: 4994952.

HSL color Cylindrical-coordinate representation of color #88374C: hue angle of 344.44º 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 #88374C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 55 76 -
CMYK 0 0.60 0.44 0.47
HSL 344.44º 0.42% 0.37% -
HSV(B) 344.44º 0.6% 0.53% -
XYZ 12.82 8.49 7.8 -
YUV 81.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 136 55 76 0 0.60 0.44 0.47 344.44 0.42 0.37
Hex 88 37 4C 0 3C 2C 2F 158 2A 25
Octal 210 67 114 0 74 54 57 530 52 45
Binary 10001000 110111 1001100 0 111100 101100 101111 101011000 101010 100101

Color Harmonies of #88374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88374C

Black with #88374C

Text Example


Text Example

White with #88374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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