Html Css Color HEX #7B1C24 Red Berry

📋 copy color: '#7B1C24'

red 123 ◦ green 28 ◦ blue 36

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

Shades of Red Berry #7B1C24

Tints of Red Berry #7B1C24

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.97%

 BLUE value IS 36 (14.45% from 255) = 19.25%

R = 65.78%
G = 14.97%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.52

RGB Variations

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

Color information

#7B1C24 (or 0x7B1C24) is known color: Red Berry. HEX triplet: 7B, 1C and 24. RGB value is (123,28,36). Sum of RGB (Red+Green+Blue) = 123+28+36=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1C24 is #84E3DB. Grayscale: #393939. Windows color (decimal): -8709084 or 2366587. OLE color: 2366587.

HSL color Cylindrical-coordinate representation of color #7B1C24: hue angle of 354.95º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B1C24 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 28 36 -
CMYK 0 0.77 0.71 0.52
HSL 354.95º 0.63% 0.3% -
HSV(B) 354.95º 0.77% 0.48% -
XYZ 8.9 5.17 2.2 -
YUV 57.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 123 28 36 0 0.77 0.71 0.52 354.95 0.63 0.3
Hex 7B 1C 24 0 4D 47 34 163 3F 1E
Octal 173 34 44 0 115 107 64 543 77 36
Binary 1111011 11100 100100 0 1001101 1000111 110100 101100011 111111 11110

Color Harmonies of #7B1C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1C24

Black with #7B1C24

Text Example


Text Example

White with #7B1C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,28,36); }

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

background-color css

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

 a { background-color: rgb(123,28,36); }

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

border-color css

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

 span { border-color: rgb(123,28,36); }

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