Html Css Color HEX #751419 Red Berry

📋 copy color: '#751419'

red 117 ◦ green 20 ◦ blue 25

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

Shades of Red Berry #751419

Tints of Red Berry #751419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.35%

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

R = 72.22%
G = 12.35%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#751419 (or 0x751419) is known color: Red Berry. HEX triplet: 75, 14 and 19. RGB value is (117,20,25). Sum of RGB (Red+Green+Blue) = 117+20+25=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #751419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751419 is #8AEBE6. Grayscale: #313131. Windows color (decimal): -9104359 or 1643637. OLE color: 1643637.

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

Color convert

RGB 117 20 25 -
CMYK 0 0.83 0.79 0.54
HSL 356.91º 0.71% 0.27% -
HSV(B) 356.91º 0.83% 0.46% -
XYZ 7.76 4.35 1.35 -
YUV 49.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 117 20 25 0 0.83 0.79 0.54 356.91 0.71 0.27
Hex 75 14 19 0 53 4F 36 165 47 1B
Octal 165 24 31 0 123 117 66 545 107 33
Binary 1110101 10100 11001 0 1010011 1001111 110110 101100101 1000111 11011

Color Harmonies of #751419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751419

Black with #751419

Text Example


Text Example

White with #751419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751419; }

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

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

background-color css

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

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

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

border-color css

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

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

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