Html Css Color HEX #88303C Old Brick

📋 copy color: '#88303C'

red 136 ◦ green 48 ◦ blue 60

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

Shades of Old Brick #88303C

Tints of Old Brick #88303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

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

R = 55.74%
G = 19.67%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#88303C (or 0x88303C) is known color: Old Brick. HEX triplet: 88, 30 and 3C. RGB value is (136,48,60). Sum of RGB (Red+Green+Blue) = 136+48+60=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #88303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88303C is #77CFC3. Grayscale: #4B4B4B. Windows color (decimal): -7851972 or 3944584. OLE color: 3944584.

HSL color Cylindrical-coordinate representation of color #88303C: hue angle of 351.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88303C is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 48 60 -
CMYK 0 0.65 0.56 0.47
HSL 351.82º 0.48% 0.36% -
HSV(B) 351.82º 0.65% 0.53% -
XYZ 12.03 7.67 5.12 -
YUV 75.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 136 48 60 0 0.65 0.56 0.47 351.82 0.48 0.36
Hex 88 30 3C 0 41 38 2F 160 30 24
Octal 210 60 74 0 101 70 57 540 60 44
Binary 10001000 110000 111100 0 1000001 111000 101111 101100000 110000 100100

Color Harmonies of #88303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88303C

Black with #88303C

Text Example


Text Example

White with #88303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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