Html Css Color HEX #751125 Red Berry

📋 copy color: '#751125'

red 117 ◦ green 17 ◦ blue 37

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

Shades of Red Berry #751125

Tints of Red Berry #751125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.94%

 BLUE value IS 37 (14.84% from 255) = 21.64%

R = 68.42%
G = 9.94%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#751125 (or 0x751125) is known color: Red Berry. HEX triplet: 75, 11 and 25. RGB value is (117,17,37). Sum of RGB (Red+Green+Blue) = 117+17+37=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #751125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751125 is #8AEEDA. Grayscale: #313131. Windows color (decimal): -9105115 or 2429301. OLE color: 2429301.

HSL color Cylindrical-coordinate representation of color #751125: hue angle of 348º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751125 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 37 -
CMYK 0 0.85 0.68 0.54
HSL 348º 0.75% 0.26% -
HSV(B) 348º 0.85% 0.46% -
XYZ 7.87 4.32 2.17 -
YUV 49.18 121.13 176.37 -
System Red Green Blue C M Y K H S L
Decimal 117 17 37 0 0.85 0.68 0.54 348 0.75 0.26
Hex 75 11 25 0 55 44 36 15C 4B 1A
Octal 165 21 45 0 125 104 66 534 113 32
Binary 1110101 10001 100101 0 1010101 1000100 110110 101011100 1001011 11010

Color Harmonies of #751125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751125

Black with #751125

Text Example


Text Example

White with #751125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751125; }

 p { color: rgb(117,17,37); }

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

background-color css

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

 a { background-color: rgb(117,17,37); }

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

border-color css

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

 span { border-color: rgb(117,17,37); }

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