Html Css Color HEX #751C1E Red Berry

📋 copy color: '#751C1E'

red 117 ◦ green 28 ◦ blue 30

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

Shades of Red Berry #751C1E

Tints of Red Berry #751C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 66.86%
G = 16%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#751C1E (or 0x751C1E) is known color: Red Berry. HEX triplet: 75, 1C and 1E. RGB value is (117,28,30). Sum of RGB (Red+Green+Blue) = 117+28+30=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #751C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C1E is #8AE3E1. Grayscale: #363636. Windows color (decimal): -9102306 or 1973365. OLE color: 1973365.

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

Color convert

RGB 117 28 30 -
CMYK 0 0.76 0.74 0.54
HSL 358.65º 0.61% 0.28% -
HSV(B) 358.65º 0.76% 0.46% -
XYZ 7.99 4.71 1.72 -
YUV 54.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 117 28 30 0 0.76 0.74 0.54 358.65 0.61 0.28
Hex 75 1C 1E 0 4C 4A 36 167 3D 1C
Octal 165 34 36 0 114 112 66 547 75 34
Binary 1110101 11100 11110 0 1001100 1001010 110110 101100111 111101 11100

Color Harmonies of #751C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C1E

Black with #751C1E

Text Example


Text Example

White with #751C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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