Html Css Color HEX #7B1720 Red Berry

📋 copy color: '#7B1720'

red 123 ◦ green 23 ◦ blue 32

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

Shades of Red Berry #7B1720

Tints of Red Berry #7B1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.92%

 BLUE value IS 32 (12.89% from 255) = 17.98%

R = 69.1%
G = 12.92%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.52

RGB Variations

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

Color information

#7B1720 (or 0x7B1720) is known color: Red Berry. HEX triplet: 7B, 17 and 20. RGB value is (123,23,32). Sum of RGB (Red+Green+Blue) = 123+23+32=178 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.10% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1720 is #84E8DF. Grayscale: #353535. Windows color (decimal): -8710368 or 2103163. OLE color: 2103163.

HSL color Cylindrical-coordinate representation of color #7B1720: hue angle of 354.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B1720 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 23 32 -
CMYK 0 0.81 0.74 0.52
HSL 354.6º 0.68% 0.29% -
HSV(B) 354.6º 0.81% 0.48% -
XYZ 8.74 4.93 1.86 -
YUV 53.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 123 23 32 0 0.81 0.74 0.52 354.6 0.68 0.29
Hex 7B 17 20 0 51 4A 34 163 44 1D
Octal 173 27 40 0 121 112 64 543 104 35
Binary 1111011 10111 100000 0 1010001 1001010 110100 101100011 1000100 11101

Color Harmonies of #7B1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1720

Black with #7B1720

Text Example


Text Example

White with #7B1720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,23,32); }

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

background-color css

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

 a { background-color: rgb(123,23,32); }

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

border-color css

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

 span { border-color: rgb(123,23,32); }

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