Html Css Color HEX #7B1329 Red Berry

📋 copy color: '#7B1329'

red 123 ◦ green 19 ◦ blue 41

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

Shades of Red Berry #7B1329

Tints of Red Berry #7B1329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.4%

R = 67.21%
G = 10.38%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.52

RGB Variations

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

Color information

#7B1329 (or 0x7B1329) is known color: Red Berry. HEX triplet: 7B, 13 and 29. RGB value is (123,19,41). Sum of RGB (Red+Green+Blue) = 123+19+41=183 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.21% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1329 is #84ECD6. Grayscale: #343434. Windows color (decimal): -8711383 or 2691963. OLE color: 2691963.

HSL color Cylindrical-coordinate representation of color #7B1329: hue angle of 347.31º 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 #7B1329 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 19 41 -
CMYK 0 0.85 0.67 0.52
HSL 347.31º 0.73% 0.28% -
HSV(B) 347.31º 0.85% 0.48% -
XYZ 8.8 4.84 2.57 -
YUV 52.6 121.46 178.21 -
System Red Green Blue C M Y K H S L
Decimal 123 19 41 0 0.85 0.67 0.52 347.31 0.73 0.28
Hex 7B 13 29 0 55 43 34 15B 49 1C
Octal 173 23 51 0 125 103 64 533 111 34
Binary 1111011 10011 101001 0 1010101 1000011 110100 101011011 1001001 11100

Color Harmonies of #7B1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1329

Black with #7B1329

Text Example


Text Example

White with #7B1329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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