Html Css Color HEX #750F20 Red Berry

📋 copy color: '#750F20'

red 117 ◦ green 15 ◦ blue 32

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

Shades of Red Berry #750F20

Tints of Red Berry #750F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.15%

 BLUE value IS 32 (12.89% from 255) = 19.51%

R = 71.34%
G = 9.15%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#750F20 (or 0x750F20) is known color: Red Berry. HEX triplet: 75, 0F and 20. RGB value is (117,15,32). Sum of RGB (Red+Green+Blue) = 117+15+32=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #750F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F20 is #8AF0DF. Grayscale: #2F2F2F. Windows color (decimal): -9105632 or 2101109. OLE color: 2101109.

HSL color Cylindrical-coordinate representation of color #750F20: hue angle of 350º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F20 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 15 32 -
CMYK 0 0.87 0.73 0.54
HSL 350º 0.77% 0.26% -
HSV(B) 350º 0.87% 0.46% -
XYZ 7.77 4.23 1.77 -
YUV 47.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 117 15 32 0 0.87 0.73 0.54 350 0.77 0.26
Hex 75 F 20 0 57 49 36 15E 4D 1A
Octal 165 17 40 0 127 111 66 536 115 32
Binary 1110101 1111 100000 0 1010111 1001001 110110 101011110 1001101 11010

Color Harmonies of #750F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750F20

Black with #750F20

Text Example


Text Example

White with #750F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750F20; }

 p { color: rgb(117,15,32); }

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

background-color css

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

 a { background-color: rgb(117,15,32); }

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

border-color css

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

 span { border-color: rgb(117,15,32); }

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