Html Css Color HEX #751519 Red Berry

📋 copy color: '#751519'

red 117 ◦ green 21 ◦ blue 25

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

Shades of Red Berry #751519

Tints of Red Berry #751519

RGB

 RED value IS 117 (46.09% from 255) = 71.78%

 GREEN value IS 21 (8.59% from 255) = 12.88%

 BLUE value IS 25 (10.16% from 255) = 15.34%

R = 71.78%
G = 12.88%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#751519 (or 0x751519) is known color: Red Berry. HEX triplet: 75, 15 and 19. RGB value is (117,21,25). Sum of RGB (Red+Green+Blue) = 117+21+25=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #751519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751519 is #8AEAE6. Grayscale: #323232. Windows color (decimal): -9104103 or 1643893. OLE color: 1643893.

HSL color Cylindrical-coordinate representation of color #751519: hue angle of 357.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751519 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 25 -
CMYK 0 0.82 0.79 0.54
HSL 357.5º 0.7% 0.27% -
HSV(B) 357.5º 0.82% 0.46% -
XYZ 7.78 4.39 1.36 -
YUV 50.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 117 21 25 0 0.82 0.79 0.54 357.5 0.7 0.27
Hex 75 15 19 0 52 4F 36 166 46 1B
Octal 165 25 31 0 122 117 66 546 106 33
Binary 1110101 10101 11001 0 1010010 1001111 110110 101100110 1000110 11011

Color Harmonies of #751519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751519

Black with #751519

Text Example


Text Example

White with #751519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751519; }

 p { color: rgb(117,21,25); }

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

background-color css

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

 a { background-color: rgb(117,21,25); }

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

border-color css

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

 span { border-color: rgb(117,21,25); }

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