Html Css Color HEX #7F1323 Red Berry

📋 copy color: '#7F1323'

red 127 ◦ green 19 ◦ blue 35

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

Shades of Red Berry #7F1323

Tints of Red Berry #7F1323

RGB

 RED value IS 127 (50% from 255) = 70.17%

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

 BLUE value IS 35 (14.06% from 255) = 19.34%

R = 70.17%
G = 10.5%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#7F1323 (or 0x7F1323) is known color: Red Berry. HEX triplet: 7F, 13 and 23. RGB value is (127,19,35). Sum of RGB (Red+Green+Blue) = 127+19+35=181 (23% of max value = 765). Red value is 127 (50% from 255 or 70.17% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1323 is #80ECDC. Grayscale: #353535. Windows color (decimal): -8449245 or 2298751. OLE color: 2298751.

HSL color Cylindrical-coordinate representation of color #7F1323: hue angle of 351.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1323 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 19 35 -
CMYK 0 0.85 0.72 0.50
HSL 351.11º 0.74% 0.29% -
HSV(B) 351.11º 0.85% 0.5% -
XYZ 9.29 5.1 2.08 -
YUV 53.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 127 19 35 0 0.85 0.72 0.50 351.11 0.74 0.29
Hex 7F 13 23 0 55 48 32 15F 4A 1D
Octal 177 23 43 0 125 110 62 537 112 35
Binary 1111111 10011 100011 0 1010101 1001000 110010 101011111 1001010 11101

Color Harmonies of #7F1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1323

Black with #7F1323

Text Example


Text Example

White with #7F1323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,19,35); }

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

background-color css

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

 a { background-color: rgb(127,19,35); }

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

border-color css

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

 span { border-color: rgb(127,19,35); }

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