Html Css Color HEX #883340 Well Read

📋 copy color: '#883340'

red 136 ◦ green 51 ◦ blue 64

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

Shades of Well Read #883340

Tints of Well Read #883340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.32%

 BLUE value IS 64 (25.39% from 255) = 25.5%

R = 54.18%
G = 20.32%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#883340 (or 0x883340) is known color: Well Read. HEX triplet: 88, 33 and 40. RGB value is (136,51,64). Sum of RGB (Red+Green+Blue) = 136+51+64=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #883340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883340 is #77CCBF. Grayscale: #4D4D4D. Windows color (decimal): -7851200 or 4207496. OLE color: 4207496.

HSL color Cylindrical-coordinate representation of color #883340: hue angle of 350.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883340 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 51 64 -
CMYK 0 0.62 0.53 0.47
HSL 350.82º 0.45% 0.37% -
HSV(B) 350.82º 0.63% 0.53% -
XYZ 12.26 7.97 5.74 -
YUV 77.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 136 51 64 0 0.62 0.53 0.47 350.82 0.45 0.37
Hex 88 33 40 0 3E 35 2F 15F 2D 25
Octal 210 63 100 0 76 65 57 537 55 45
Binary 10001000 110011 1000000 0 111110 110101 101111 101011111 101101 100101

Color Harmonies of #883340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883340

Black with #883340

Text Example


Text Example

White with #883340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883340; }

 p { color: rgb(136,51,64); }

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

background-color css

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

 a { background-color: rgb(136,51,64); }

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

border-color css

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

 span { border-color: rgb(136,51,64); }

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