Html Css Color HEX #75111E Red Berry

📋 copy color: '#75111E'

red 117 ◦ green 17 ◦ blue 30

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

Shades of Red Berry #75111E

Tints of Red Berry #75111E

RGB

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

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

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

R = 71.34%
G = 10.37%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75111E (or 0x75111E) is known color: Red Berry. HEX triplet: 75, 11 and 1E. RGB value is (117,17,30). Sum of RGB (Red+Green+Blue) = 117+17+30=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #75111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75111E is #8AEEE1. Grayscale: #303030. Windows color (decimal): -9105122 or 1970549. OLE color: 1970549.

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

Color convert

RGB 117 17 30 -
CMYK 0 0.85 0.74 0.54
HSL 352.2º 0.75% 0.26% -
HSV(B) 352.2º 0.85% 0.46% -
XYZ 7.77 4.28 1.64 -
YUV 48.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 117 17 30 0 0.85 0.74 0.54 352.2 0.75 0.26
Hex 75 11 1E 0 55 4A 36 160 4B 1A
Octal 165 21 36 0 125 112 66 540 113 32
Binary 1110101 10001 11110 0 1010101 1001010 110110 101100000 1001011 11010

Color Harmonies of #75111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75111E

Black with #75111E

Text Example


Text Example

White with #75111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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