Html Css Color HEX #75112B Red Berry

📋 copy color: '#75112B'

red 117 ◦ green 17 ◦ blue 43

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

Shades of Red Berry #75112B

Tints of Red Berry #75112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.29%

R = 66.1%
G = 9.6%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75112B (or 0x75112B) is known color: Red Berry. HEX triplet: 75, 11 and 2B. RGB value is (117,17,43). Sum of RGB (Red+Green+Blue) = 117+17+43=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #75112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75112B is #8AEED4. Grayscale: #313131. Windows color (decimal): -9105109 or 2822517. OLE color: 2822517.

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

Color convert

RGB 117 17 43 -
CMYK 0 0.85 0.63 0.54
HSL 344.4º 0.75% 0.26% -
HSV(B) 344.4º 0.85% 0.46% -
XYZ 7.97 4.36 2.71 -
YUV 49.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 117 17 43 0 0.85 0.63 0.54 344.4 0.75 0.26
Hex 75 11 2B 0 55 3F 36 158 4B 1A
Octal 165 21 53 0 125 77 66 530 113 32
Binary 1110101 10001 101011 0 1010101 111111 110110 101011000 1001011 11010

Color Harmonies of #75112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75112B

Black with #75112B

Text Example


Text Example

White with #75112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75112B; }

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

 H1.HeaderClassName
 {
   color: #75112B;
 }
 .AnyTagClassName
 {
   color: #75112B;
 }
</style>

background-color css

<style>
 a { background-color: #75112B; }

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

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

border-color css

<style>
 span { border-color: #75112B; }

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

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