Html Css Color HEX #751D20 Red Berry

📋 copy color: '#751D20'

red 117 ◦ green 29 ◦ blue 32

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

Shades of Red Berry #751D20

Tints of Red Berry #751D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

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

R = 65.73%
G = 16.29%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#751D20 (or 0x751D20) is known color: Red Berry. HEX triplet: 75, 1D and 20. RGB value is (117,29,32). Sum of RGB (Red+Green+Blue) = 117+29+32=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #751D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D20 is #8AE2DF. Grayscale: #373737. Windows color (decimal): -9102048 or 2104693. OLE color: 2104693.

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

Color convert

RGB 117 29 32 -
CMYK 0 0.75 0.73 0.54
HSL 357.95º 0.6% 0.29% -
HSV(B) 357.95º 0.75% 0.46% -
XYZ 8.04 4.76 1.86 -
YUV 55.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 117 29 32 0 0.75 0.73 0.54 357.95 0.6 0.29
Hex 75 1D 20 0 4B 49 36 166 3C 1D
Octal 165 35 40 0 113 111 66 546 74 35
Binary 1110101 11101 100000 0 1001011 1001001 110110 101100110 111100 11101

Color Harmonies of #751D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D20

Black with #751D20

Text Example


Text Example

White with #751D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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