Html Css Color HEX #88373C Well Read

📋 copy color: '#88373C'

red 136 ◦ green 55 ◦ blue 60

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

Shades of Well Read #88373C

Tints of Well Read #88373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.9%

R = 54.18%
G = 21.91%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#88373C (or 0x88373C) is known color: Well Read. HEX triplet: 88, 37 and 3C. RGB value is (136,55,60). Sum of RGB (Red+Green+Blue) = 136+55+60=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88373C is #77C8C3. Grayscale: #4F4F4F. Windows color (decimal): -7850180 or 3946376. OLE color: 3946376.

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

Color convert

RGB 136 55 60 -
CMYK 0 0.60 0.56 0.47
HSL 356.3º 0.42% 0.37% -
HSV(B) 356.3º 0.6% 0.53% -
XYZ 12.34 8.29 5.23 -
YUV 79.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 136 55 60 0 0.60 0.56 0.47 356.3 0.42 0.37
Hex 88 37 3C 0 3C 38 2F 164 2A 25
Octal 210 67 74 0 74 70 57 544 52 45
Binary 10001000 110111 111100 0 111100 111000 101111 101100100 101010 100101

Color Harmonies of #88373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88373C

Black with #88373C

Text Example


Text Example

White with #88373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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