Html Css Color HEX #7B1315 Red Berry

📋 copy color: '#7B1315'

red 123 ◦ green 19 ◦ blue 21

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

Shades of Red Berry #7B1315

Tints of Red Berry #7B1315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

 BLUE value IS 21 (8.59% from 255) = 12.88%

R = 75.46%
G = 11.66%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.52

RGB Variations

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

Color information

#7B1315 (or 0x7B1315) is known color: Red Berry. HEX triplet: 7B, 13 and 15. RGB value is (123,19,21). Sum of RGB (Red+Green+Blue) = 123+19+21=163 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.46% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1315 is #84ECEA. Grayscale: #323232. Windows color (decimal): -8711403 or 1381243. OLE color: 1381243.

HSL color Cylindrical-coordinate representation of color #7B1315: hue angle of 358.85º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1315 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 19 21 -
CMYK 0 0.85 0.83 0.52
HSL 358.85º 0.73% 0.28% -
HSV(B) 358.85º 0.85% 0.48% -
XYZ 8.54 4.73 1.17 -
YUV 50.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 123 19 21 0 0.85 0.83 0.52 358.85 0.73 0.28
Hex 7B 13 15 0 55 53 34 167 49 1C
Octal 173 23 25 0 125 123 64 547 111 34
Binary 1111011 10011 10101 0 1010101 1010011 110100 101100111 1001001 11100

Color Harmonies of #7B1315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1315

Black with #7B1315

Text Example


Text Example

White with #7B1315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,19,21); }

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

background-color css

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

 a { background-color: rgb(123,19,21); }

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

border-color css

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

 span { border-color: rgb(123,19,21); }

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