Html Css Color HEX #751B1D Red Berry

📋 copy color: '#751B1D'

red 117 ◦ green 27 ◦ blue 29

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

Shades of Red Berry #751B1D

Tints of Red Berry #751B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.76%

R = 67.63%
G = 15.61%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#751B1D (or 0x751B1D) is known color: Red Berry. HEX triplet: 75, 1B and 1D. RGB value is (117,27,29). Sum of RGB (Red+Green+Blue) = 117+27+29=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #751B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751B1D is #8AE4E2. Grayscale: #363636. Windows color (decimal): -9102563 or 1907573. OLE color: 1907573.

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

Color convert

RGB 117 27 29 -
CMYK 0 0.77 0.75 0.54
HSL 358.67º 0.63% 0.28% -
HSV(B) 358.67º 0.77% 0.46% -
XYZ 7.95 4.65 1.64 -
YUV 54.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 117 27 29 0 0.77 0.75 0.54 358.67 0.63 0.28
Hex 75 1B 1D 0 4D 4B 36 167 3E 1C
Octal 165 33 35 0 115 113 66 547 76 34
Binary 1110101 11011 11101 0 1001101 1001011 110110 101100111 111110 11100

Color Harmonies of #751B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B1D

Black with #751B1D

Text Example


Text Example

White with #751B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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