Html Css Color HEX #75111D Red Berry

📋 copy color: '#75111D'

red 117 ◦ green 17 ◦ blue 29

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

Shades of Red Berry #75111D

Tints of Red Berry #75111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

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

R = 71.78%
G = 10.43%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75111D (or 0x75111D) is known color: Red Berry. HEX triplet: 75, 11 and 1D. RGB value is (117,17,29). Sum of RGB (Red+Green+Blue) = 117+17+29=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #75111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75111D is #8AEEE2. Grayscale: #303030. Windows color (decimal): -9105123 or 1905013. OLE color: 1905013.

HSL color Cylindrical-coordinate representation of color #75111D: hue angle of 352.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75111D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 29 -
CMYK 0 0.85 0.75 0.54
HSL 352.8º 0.75% 0.26% -
HSV(B) 352.8º 0.85% 0.46% -
XYZ 7.76 4.27 1.58 -
YUV 48.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 117 17 29 0 0.85 0.75 0.54 352.8 0.75 0.26
Hex 75 11 1D 0 55 4B 36 161 4B 1A
Octal 165 21 35 0 125 113 66 541 113 32
Binary 1110101 10001 11101 0 1010101 1001011 110110 101100001 1001011 11010

Color Harmonies of #75111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75111D

Black with #75111D

Text Example


Text Example

White with #75111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75111D; }

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

 H1.HeaderClassName
 {
   color: #75111D;
 }
 .AnyTagClassName
 {
   color: #75111D;
 }
</style>

background-color css

<style>
 a { background-color: #75111D; }

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

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

border-color css

<style>
 span { border-color: #75111D; }

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

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