Html Css Color HEX #751A2B Red Berry

📋 copy color: '#751A2B'

red 117 ◦ green 26 ◦ blue 43

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

Shades of Red Berry #751A2B

Tints of Red Berry #751A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.12%

R = 62.9%
G = 13.98%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#751A2B (or 0x751A2B) is known color: Red Berry. HEX triplet: 75, 1A and 2B. RGB value is (117,26,43). Sum of RGB (Red+Green+Blue) = 117+26+43=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #751A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A2B is #8AE5D4. Grayscale: #373737. Windows color (decimal): -9102805 or 2824821. OLE color: 2824821.

HSL color Cylindrical-coordinate representation of color #751A2B: hue angle of 348.79º 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 #751A2B is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 43 -
CMYK 0 0.78 0.63 0.54
HSL 348.79º 0.64% 0.28% -
HSV(B) 348.79º 0.78% 0.46% -
XYZ 8.14 4.7 2.76 -
YUV 55.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 117 26 43 0 0.78 0.63 0.54 348.79 0.64 0.28
Hex 75 1A 2B 0 4E 3F 36 15D 40 1C
Octal 165 32 53 0 116 77 66 535 100 34
Binary 1110101 11010 101011 0 1001110 111111 110110 101011101 1000000 11100

Color Harmonies of #751A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A2B

Black with #751A2B

Text Example


Text Example

White with #751A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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