Html Css Color HEX #751029 Red Berry

📋 copy color: '#751029'

red 117 ◦ green 16 ◦ blue 41

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

Shades of Red Berry #751029

Tints of Red Berry #751029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

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

R = 67.24%
G = 9.2%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#751029 (or 0x751029) is known color: Red Berry. HEX triplet: 75, 10 and 29. RGB value is (117,16,41). Sum of RGB (Red+Green+Blue) = 117+16+41=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #751029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751029 is #8AEFD6. Grayscale: #313131. Windows color (decimal): -9105367 or 2691189. OLE color: 2691189.

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

Color convert

RGB 117 16 41 -
CMYK 0 0.86 0.65 0.54
HSL 345.15º 0.76% 0.26% -
HSV(B) 345.15º 0.86% 0.46% -
XYZ 7.92 4.31 2.51 -
YUV 49.05 123.46 176.47 -
System Red Green Blue C M Y K H S L
Decimal 117 16 41 0 0.86 0.65 0.54 345.15 0.76 0.26
Hex 75 10 29 0 56 41 36 159 4C 1A
Octal 165 20 51 0 126 101 66 531 114 32
Binary 1110101 10000 101001 0 1010110 1000001 110110 101011001 1001100 11010

Color Harmonies of #751029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751029

Black with #751029

Text Example


Text Example

White with #751029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751029; }

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

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

background-color css

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

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

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

border-color css

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

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

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