Html Css Color HEX #751A2D Red Berry

📋 copy color: '#751A2D'

red 117 ◦ green 26 ◦ blue 45

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

Shades of Red Berry #751A2D

Tints of Red Berry #751A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 62.23%
G = 13.83%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#751A2D (or 0x751A2D) is known color: Red Berry. HEX triplet: 75, 1A and 2D. RGB value is (117,26,45). Sum of RGB (Red+Green+Blue) = 117+26+45=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #751A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A2D is #8AE5D2. Grayscale: #373737. Windows color (decimal): -9102803 or 2955893. OLE color: 2955893.

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

Color convert

RGB 117 26 45 -
CMYK 0 0.78 0.62 0.54
HSL 347.47º 0.64% 0.28% -
HSV(B) 347.47º 0.78% 0.46% -
XYZ 8.18 4.71 2.96 -
YUV 55.38 122.15 171.96 -
System Red Green Blue C M Y K H S L
Decimal 117 26 45 0 0.78 0.62 0.54 347.47 0.64 0.28
Hex 75 1A 2D 0 4E 3E 36 15B 40 1C
Octal 165 32 55 0 116 76 66 533 100 34
Binary 1110101 11010 101101 0 1001110 111110 110110 101011011 1000000 11100

Color Harmonies of #751A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A2D

Black with #751A2D

Text Example


Text Example

White with #751A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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