Html Css Color HEX #751315 Red Berry

📋 copy color: '#751315'

red 117 ◦ green 19 ◦ blue 21

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

Shades of Red Berry #751315

Tints of Red Berry #751315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.38%

R = 74.52%
G = 12.1%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#751315 (or 0x751315) is known color: Red Berry. HEX triplet: 75, 13 and 15. RGB value is (117,19,21). Sum of RGB (Red+Green+Blue) = 117+19+21=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #751315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751315 is #8AECEA. Grayscale: #303030. Windows color (decimal): -9104619 or 1381237. OLE color: 1381237.

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

Color convert

RGB 117 19 21 -
CMYK 0 0.84 0.82 0.54
HSL 358.78º 0.72% 0.27% -
HSV(B) 358.78º 0.84% 0.46% -
XYZ 7.7 4.3 1.13 -
YUV 48.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 117 19 21 0 0.84 0.82 0.54 358.78 0.72 0.27
Hex 75 13 15 0 54 52 36 167 48 1B
Octal 165 23 25 0 124 122 66 547 110 33
Binary 1110101 10011 10101 0 1010100 1010010 110110 101100111 1001000 11011

Color Harmonies of #751315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751315

Black with #751315

Text Example


Text Example

White with #751315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751315; }

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

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

background-color css

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

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

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

border-color css

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

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

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