Html Css Color HEX #7F1328 Red Berry

📋 copy color: '#7F1328'

red 127 ◦ green 19 ◦ blue 40

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

Shades of Red Berry #7F1328

Tints of Red Berry #7F1328

RGB

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

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

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

R = 68.28%
G = 10.22%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F1328 (or 0x7F1328) is known color: Red Berry. HEX triplet: 7F, 13 and 28. RGB value is (127,19,40). Sum of RGB (Red+Green+Blue) = 127+19+40=186 (24% of max value = 765). Red value is 127 (50% from 255 or 68.28% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1328 is #80ECD7. Grayscale: #353535. Windows color (decimal): -8449240 or 2626431. OLE color: 2626431.

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

Color convert

RGB 127 19 40 -
CMYK 0 0.85 0.69 0.50
HSL 348.33º 0.74% 0.29% -
HSV(B) 348.33º 0.85% 0.5% -
XYZ 9.37 5.13 2.5 -
YUV 53.69 120.28 180.29 -
System Red Green Blue C M Y K H S L
Decimal 127 19 40 0 0.85 0.69 0.50 348.33 0.74 0.29
Hex 7F 13 28 0 55 45 32 15C 4A 1D
Octal 177 23 50 0 125 105 62 534 112 35
Binary 1111111 10011 101000 0 1010101 1000101 110010 101011100 1001010 11101

Color Harmonies of #7F1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1328

Black with #7F1328

Text Example


Text Example

White with #7F1328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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