Html Css Color HEX #88374B Camelot

📋 copy color: '#88374B'

red 136 ◦ green 55 ◦ blue 75

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

Shades of Camelot #88374B

Tints of Camelot #88374B

RGB

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

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

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

R = 51.13%
G = 20.68%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#88374B (or 0x88374B) is known color: Camelot. HEX triplet: 88, 37 and 4B. RGB value is (136,55,75). Sum of RGB (Red+Green+Blue) = 136+55+75=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88374B is #77C8B4. Grayscale: #515151. Windows color (decimal): -7850165 or 4929416. OLE color: 4929416.

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

Color convert

RGB 136 55 75 -
CMYK 0 0.60 0.45 0.47
HSL 345.19º 0.42% 0.37% -
HSV(B) 345.19º 0.6% 0.53% -
XYZ 12.79 8.47 7.62 -
YUV 81.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 136 55 75 0 0.60 0.45 0.47 345.19 0.42 0.37
Hex 88 37 4B 0 3C 2D 2F 159 2A 25
Octal 210 67 113 0 74 55 57 531 52 45
Binary 10001000 110111 1001011 0 111100 101101 101111 101011001 101010 100101

Color Harmonies of #88374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88374B

Black with #88374B

Text Example


Text Example

White with #88374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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