Html Css Color HEX #7B131B Red Berry

📋 copy color: '#7B131B'

red 123 ◦ green 19 ◦ blue 27

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

Shades of Red Berry #7B131B

Tints of Red Berry #7B131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 72.78%
G = 11.24%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B131B (or 0x7B131B) is known color: Red Berry. HEX triplet: 7B, 13 and 1B. RGB value is (123,19,27). Sum of RGB (Red+Green+Blue) = 123+19+27=169 (22% of max value = 765). Red value is 123 (48.44% from 255 or 72.78% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 123 - color contains mainly: red. Hex color #7B131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B131B is #84ECE4. Grayscale: #333333. Windows color (decimal): -8711397 or 1774459. OLE color: 1774459.

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

Color convert

RGB 123 19 27 -
CMYK 0 0.85 0.78 0.52
HSL 355.38º 0.73% 0.28% -
HSV(B) 355.38º 0.85% 0.48% -
XYZ 8.6 4.76 1.5 -
YUV 51.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 123 19 27 0 0.85 0.78 0.52 355.38 0.73 0.28
Hex 7B 13 1B 0 55 4E 34 163 49 1C
Octal 173 23 33 0 125 116 64 543 111 34
Binary 1111011 10011 11011 0 1010101 1001110 110100 101100011 1001001 11100

Color Harmonies of #7B131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B131B

Black with #7B131B

Text Example


Text Example

White with #7B131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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