Html Css Color HEX #7B1B22 Red Berry

📋 copy color: '#7B1B22'

red 123 ◦ green 27 ◦ blue 34

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

Shades of Red Berry #7B1B22

Tints of Red Berry #7B1B22

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.67%

 BLUE value IS 34 (13.67% from 255) = 18.48%

R = 66.85%
G = 14.67%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.52

RGB Variations

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

Color information

#7B1B22 (or 0x7B1B22) is known color: Red Berry. HEX triplet: 7B, 1B and 22. RGB value is (123,27,34). Sum of RGB (Red+Green+Blue) = 123+27+34=184 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.85% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1B22 is #84E4DD. Grayscale: #383838. Windows color (decimal): -8709342 or 2235259. OLE color: 2235259.

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

Color convert

RGB 123 27 34 -
CMYK 0 0.78 0.72 0.52
HSL 355.63º 0.64% 0.29% -
HSV(B) 355.63º 0.78% 0.48% -
XYZ 8.85 5.11 2.03 -
YUV 56.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 123 27 34 0 0.78 0.72 0.52 355.63 0.64 0.29
Hex 7B 1B 22 0 4E 48 34 164 40 1D
Octal 173 33 42 0 116 110 64 544 100 35
Binary 1111011 11011 100010 0 1001110 1001000 110100 101100100 1000000 11101

Color Harmonies of #7B1B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1B22

Black with #7B1B22

Text Example


Text Example

White with #7B1B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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