Html Css Color HEX #75111A Red Berry

📋 copy color: '#75111A'

red 117 ◦ green 17 ◦ blue 26

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

Shades of Red Berry #75111A

Tints of Red Berry #75111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.25%

R = 73.13%
G = 10.63%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75111A (or 0x75111A) is known color: Red Berry. HEX triplet: 75, 11 and 1A. RGB value is (117,17,26). Sum of RGB (Red+Green+Blue) = 117+17+26=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #75111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75111A is #8AEEE5. Grayscale: #2F2F2F. Windows color (decimal): -9105126 or 1708405. OLE color: 1708405.

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

Color convert

RGB 117 17 26 -
CMYK 0 0.85 0.78 0.54
HSL 354.6º 0.75% 0.26% -
HSV(B) 354.6º 0.85% 0.46% -
XYZ 7.72 4.26 1.39 -
YUV 47.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 117 17 26 0 0.85 0.78 0.54 354.6 0.75 0.26
Hex 75 11 1A 0 55 4E 36 163 4B 1A
Octal 165 21 32 0 125 116 66 543 113 32
Binary 1110101 10001 11010 0 1010101 1001110 110110 101100011 1001011 11010

Color Harmonies of #75111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75111A

Black with #75111A

Text Example


Text Example

White with #75111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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