Html Css Color HEX #751415 Red Berry

📋 copy color: '#751415'

red 117 ◦ green 20 ◦ blue 21

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

Shades of Red Berry #751415

Tints of Red Berry #751415

RGB

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

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

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

R = 74.05%
G = 12.66%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#751415 (or 0x751415) is known color: Red Berry. HEX triplet: 75, 14 and 15. RGB value is (117,20,21). Sum of RGB (Red+Green+Blue) = 117+20+21=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #751415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751415 is #8AEBEA. Grayscale: #313131. Windows color (decimal): -9104363 or 1381493. OLE color: 1381493.

HSL color Cylindrical-coordinate representation of color #751415: hue angle of 359.38º 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 #751415 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 21 -
CMYK 0 0.83 0.82 0.54
HSL 359.38º 0.71% 0.27% -
HSV(B) 359.38º 0.83% 0.46% -
XYZ 7.72 4.34 1.14 -
YUV 49.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 117 20 21 0 0.83 0.82 0.54 359.38 0.71 0.27
Hex 75 14 15 0 53 52 36 167 47 1B
Octal 165 24 25 0 123 122 66 547 107 33
Binary 1110101 10100 10101 0 1010011 1010010 110110 101100111 1000111 11011

Color Harmonies of #751415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751415

Black with #751415

Text Example


Text Example

White with #751415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751415; }

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

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

background-color css

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

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

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

border-color css

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

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

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