Html Css Color HEX #7B1626 Red Berry

📋 copy color: '#7B1626'

red 123 ◦ green 22 ◦ blue 38

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

Shades of Red Berry #7B1626

Tints of Red Berry #7B1626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.02%

 BLUE value IS 38 (15.23% from 255) = 20.77%

R = 67.21%
G = 12.02%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.52

RGB Variations

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

Color information

#7B1626 (or 0x7B1626) is known color: Red Berry. HEX triplet: 7B, 16 and 26. RGB value is (123,22,38). Sum of RGB (Red+Green+Blue) = 123+22+38=183 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.21% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1626 is #84E9D9. Grayscale: #363636. Windows color (decimal): -8710618 or 2496123. OLE color: 2496123.

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

Color convert

RGB 123 22 38 -
CMYK 0 0.82 0.69 0.52
HSL 350.5º 0.7% 0.28% -
HSV(B) 350.5º 0.82% 0.48% -
XYZ 8.81 4.92 2.32 -
YUV 54.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 123 22 38 0 0.82 0.69 0.52 350.5 0.7 0.28
Hex 7B 16 26 0 52 45 34 15E 46 1C
Octal 173 26 46 0 122 105 64 536 106 34
Binary 1111011 10110 100110 0 1010010 1000101 110100 101011110 1000110 11100

Color Harmonies of #7B1626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1626

Black with #7B1626

Text Example


Text Example

White with #7B1626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,22,38); }

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

background-color css

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

 a { background-color: rgb(123,22,38); }

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

border-color css

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

 span { border-color: rgb(123,22,38); }

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