Html Css Color HEX #751A1B Red Berry

📋 copy color: '#751A1B'

red 117 ◦ green 26 ◦ blue 27

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

Shades of Red Berry #751A1B

Tints of Red Berry #751A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.88%

R = 68.82%
G = 15.29%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#751A1B (or 0x751A1B) is known color: Red Berry. HEX triplet: 75, 1A and 1B. RGB value is (117,26,27). Sum of RGB (Red+Green+Blue) = 117+26+27=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #751A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A1B is #8AE5E4. Grayscale: #353535. Windows color (decimal): -9102821 or 1776245. OLE color: 1776245.

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

Color convert

RGB 117 26 27 -
CMYK 0 0.78 0.77 0.54
HSL 359.34º 0.64% 0.28% -
HSV(B) 359.34º 0.78% 0.46% -
XYZ 7.9 4.6 1.51 -
YUV 53.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 117 26 27 0 0.78 0.77 0.54 359.34 0.64 0.28
Hex 75 1A 1B 0 4E 4D 36 167 40 1C
Octal 165 32 33 0 116 115 66 547 100 34
Binary 1110101 11010 11011 0 1001110 1001101 110110 101100111 1000000 11100

Color Harmonies of #751A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A1B

Black with #751A1B

Text Example


Text Example

White with #751A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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