Html Css Color HEX #751E29 Red Berry

📋 copy color: '#751E29'

red 117 ◦ green 30 ◦ blue 41

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

Shades of Red Berry #751E29

Tints of Red Berry #751E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.96%

 BLUE value IS 41 (16.41% from 255) = 21.81%

R = 62.23%
G = 15.96%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#751E29 (or 0x751E29) is known color: Red Berry. HEX triplet: 75, 1E and 29. RGB value is (117,30,41). Sum of RGB (Red+Green+Blue) = 117+30+41=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #751E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751E29 is #8AE1D6. Grayscale: #393939. Windows color (decimal): -9101783 or 2694773. OLE color: 2694773.

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

Color convert

RGB 117 30 41 -
CMYK 0 0.74 0.65 0.54
HSL 352.41º 0.59% 0.29% -
HSV(B) 352.41º 0.74% 0.46% -
XYZ 8.2 4.87 2.61 -
YUV 57.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 117 30 41 0 0.74 0.65 0.54 352.41 0.59 0.29
Hex 75 1E 29 0 4A 41 36 160 3B 1D
Octal 165 36 51 0 112 101 66 540 73 35
Binary 1110101 11110 101001 0 1001010 1000001 110110 101100000 111011 11101

Color Harmonies of #751E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E29

Black with #751E29

Text Example


Text Example

White with #751E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,30,41); }

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

background-color css

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

 a { background-color: rgb(117,30,41); }

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

border-color css

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

 span { border-color: rgb(117,30,41); }

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