Html Css Color HEX #751C1D Red Berry

📋 copy color: '#751C1D'

red 117 ◦ green 28 ◦ blue 29

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

Shades of Red Berry #751C1D

Tints of Red Berry #751C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.09%

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

R = 67.24%
G = 16.09%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#751C1D (or 0x751C1D) is known color: Red Berry. HEX triplet: 75, 1C and 1D. RGB value is (117,28,29). Sum of RGB (Red+Green+Blue) = 117+28+29=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #751C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C1D is #8AE3E2. Grayscale: #363636. Windows color (decimal): -9102307 or 1907829. OLE color: 1907829.

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

Color convert

RGB 117 28 29 -
CMYK 0 0.76 0.75 0.54
HSL 359.33º 0.61% 0.28% -
HSV(B) 359.33º 0.76% 0.46% -
XYZ 7.97 4.7 1.65 -
YUV 54.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 117 28 29 0 0.76 0.75 0.54 359.33 0.61 0.28
Hex 75 1C 1D 0 4C 4B 36 167 3D 1C
Octal 165 34 35 0 114 113 66 547 75 34
Binary 1110101 11100 11101 0 1001100 1001011 110110 101100111 111101 11100

Color Harmonies of #751C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C1D

Black with #751C1D

Text Example


Text Example

White with #751C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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