Html Css Color HEX #7B111C Red Berry

📋 copy color: '#7B111C'

red 123 ◦ green 17 ◦ blue 28

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

Shades of Red Berry #7B111C

Tints of Red Berry #7B111C

RGB

 RED value IS 123 (48.44% from 255) = 73.21%

 GREEN value IS 17 (7.03% from 255) = 10.12%

 BLUE value IS 28 (11.33% from 255) = 16.67%

R = 73.21%
G = 10.12%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7B111C (or 0x7B111C) is known color: Red Berry. HEX triplet: 7B, 11 and 1C. RGB value is (123,17,28). Sum of RGB (Red+Green+Blue) = 123+17+28=168 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.21% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 123 - color contains mainly: red. Hex color #7B111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B111C is #84EEE3. Grayscale: #323232. Windows color (decimal): -8711908 or 1839483. OLE color: 1839483.

HSL color Cylindrical-coordinate representation of color #7B111C: hue angle of 353.77º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B111C is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 17 28 -
CMYK 0 0.86 0.77 0.52
HSL 353.77º 0.76% 0.27% -
HSV(B) 353.77º 0.86% 0.48% -
XYZ 8.58 4.7 1.55 -
YUV 49.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 123 17 28 0 0.86 0.77 0.52 353.77 0.76 0.27
Hex 7B 11 1C 0 56 4D 34 162 4C 1B
Octal 173 21 34 0 126 115 64 542 114 33
Binary 1111011 10001 11100 0 1010110 1001101 110100 101100010 1001100 11011

Color Harmonies of #7B111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B111C

Black with #7B111C

Text Example


Text Example

White with #7B111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B111C; }

 p { color: rgb(123,17,28); }

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

background-color css

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

 a { background-color: rgb(123,17,28); }

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

border-color css

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

 span { border-color: rgb(123,17,28); }

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