Html Css Color HEX #7B191F Red Berry

📋 copy color: '#7B191F'

red 123 ◦ green 25 ◦ blue 31

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

Shades of Red Berry #7B191F

Tints of Red Berry #7B191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.97%

 BLUE value IS 31 (12.5% from 255) = 17.32%

R = 68.72%
G = 13.97%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7B191F (or 0x7B191F) is known color: Red Berry. HEX triplet: 7B, 19 and 1F. RGB value is (123,25,31). Sum of RGB (Red+Green+Blue) = 123+25+31=179 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.72% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 123 - color contains mainly: red. Hex color #7B191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B191F is #84E6E0. Grayscale: #373737. Windows color (decimal): -8709857 or 2038139. OLE color: 2038139.

HSL color Cylindrical-coordinate representation of color #7B191F: hue angle of 356.33º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B191F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 25 31 -
CMYK 0 0.80 0.75 0.52
HSL 356.33º 0.66% 0.29% -
HSV(B) 356.33º 0.8% 0.48% -
XYZ 8.76 5.01 1.8 -
YUV 54.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 123 25 31 0 0.80 0.75 0.52 356.33 0.66 0.29
Hex 7B 19 1F 0 50 4B 34 164 42 1D
Octal 173 31 37 0 120 113 64 544 102 35
Binary 1111011 11001 11111 0 1010000 1001011 110100 101100100 1000010 11101

Color Harmonies of #7B191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B191F

Black with #7B191F

Text Example


Text Example

White with #7B191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,25,31); }

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

background-color css

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

 a { background-color: rgb(123,25,31); }

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

border-color css

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

 span { border-color: rgb(123,25,31); }

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