Html Css Color HEX #751A20 Red Berry

📋 copy color: '#751A20'

red 117 ◦ green 26 ◦ blue 32

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

Shades of Red Berry #751A20

Tints of Red Berry #751A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.86%

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

R = 66.86%
G = 14.86%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#751A20 (or 0x751A20) is known color: Red Berry. HEX triplet: 75, 1A and 20. RGB value is (117,26,32). Sum of RGB (Red+Green+Blue) = 117+26+32=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #751A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A20 is #8AE5DF. Grayscale: #353535. Windows color (decimal): -9102816 or 2103925. OLE color: 2103925.

HSL color Cylindrical-coordinate representation of color #751A20: hue angle of 356.04º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A20 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 32 -
CMYK 0 0.78 0.73 0.54
HSL 356.04º 0.64% 0.28% -
HSV(B) 356.04º 0.78% 0.46% -
XYZ 7.97 4.62 1.84 -
YUV 53.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 117 26 32 0 0.78 0.73 0.54 356.04 0.64 0.28
Hex 75 1A 20 0 4E 49 36 164 40 1C
Octal 165 32 40 0 116 111 66 544 100 34
Binary 1110101 11010 100000 0 1001110 1001001 110110 101100100 1000000 11100

Color Harmonies of #751A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A20

Black with #751A20

Text Example


Text Example

White with #751A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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