Html Css Color HEX #7B1228 Red Berry

📋 copy color: '#7B1228'

red 123 ◦ green 18 ◦ blue 40

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

Shades of Red Berry #7B1228

Tints of Red Berry #7B1228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

 BLUE value IS 40 (16.02% from 255) = 22.1%

R = 67.96%
G = 9.94%
B = 22.1%

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

#7B1228 (or 0x7B1228) is known color: Red Berry. HEX triplet: 7B, 12 and 28. RGB value is (123,18,40). Sum of RGB (Red+Green+Blue) = 123+18+40=181 (23% of max value = 765). Red value is 123 (48.44% from 255 or 67.96% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1228 is #84EDD7. Grayscale: #333333. Windows color (decimal): -8711640 or 2626171. OLE color: 2626171.

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

Color convert

RGB 123 18 40 -
CMYK 0 0.85 0.67 0.52
HSL 347.43º 0.74% 0.28% -
HSV(B) 347.43º 0.85% 0.48% -
XYZ 8.77 4.8 2.47 -
YUV 51.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 123 18 40 0 0.85 0.67 0.52 347.43 0.74 0.28
Hex 7B 12 28 0 55 43 34 15B 4A 1C
Octal 173 22 50 0 125 103 64 533 112 34
Binary 1111011 10010 101000 0 1010101 1000011 110100 101011011 1001010 11100

Color Harmonies of #7B1228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1228

Black with #7B1228

Text Example


Text Example

White with #7B1228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,18,40); }

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

background-color css

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

 a { background-color: rgb(123,18,40); }

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

border-color css

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

 span { border-color: rgb(123,18,40); }

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