Html Css Color HEX #751B2D Red Berry

📋 copy color: '#751B2D'

red 117 ◦ green 27 ◦ blue 45

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

Shades of Red Berry #751B2D

Tints of Red Berry #751B2D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.29%

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

R = 61.9%
G = 14.29%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#751B2D (or 0x751B2D) is known color: Red Berry. HEX triplet: 75, 1B and 2D. RGB value is (117,27,45). Sum of RGB (Red+Green+Blue) = 117+27+45=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #751B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751B2D is #8AE4D2. Grayscale: #373737. Windows color (decimal): -9102547 or 2956149. OLE color: 2956149.

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

Color convert

RGB 117 27 45 -
CMYK 0 0.77 0.62 0.54
HSL 348º 0.63% 0.28% -
HSV(B) 348º 0.77% 0.46% -
XYZ 8.2 4.76 2.97 -
YUV 55.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 117 27 45 0 0.77 0.62 0.54 348 0.63 0.28
Hex 75 1B 2D 0 4D 3E 36 15C 3E 1C
Octal 165 33 55 0 115 76 66 534 76 34
Binary 1110101 11011 101101 0 1001101 111110 110110 101011100 111110 11100

Color Harmonies of #751B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B2D

Black with #751B2D

Text Example


Text Example

White with #751B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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