Html Css Color HEX #75161E Red Berry

📋 copy color: '#75161E'

red 117 ◦ green 22 ◦ blue 30

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

Shades of Red Berry #75161E

Tints of Red Berry #75161E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.02%

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

R = 69.23%
G = 13.02%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75161E (or 0x75161E) is known color: Red Berry. HEX triplet: 75, 16 and 1E. RGB value is (117,22,30). Sum of RGB (Red+Green+Blue) = 117+22+30=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75161E is #8AE9E1. Grayscale: #333333. Windows color (decimal): -9103842 or 1971829. OLE color: 1971829.

HSL color Cylindrical-coordinate representation of color #75161E: hue angle of 354.95º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75161E is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 22 30 -
CMYK 0 0.81 0.74 0.54
HSL 354.95º 0.68% 0.27% -
HSV(B) 354.95º 0.81% 0.46% -
XYZ 7.86 4.45 1.67 -
YUV 51.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 117 22 30 0 0.81 0.74 0.54 354.95 0.68 0.27
Hex 75 16 1E 0 51 4A 36 163 44 1B
Octal 165 26 36 0 121 112 66 543 104 33
Binary 1110101 10110 11110 0 1010001 1001010 110110 101100011 1000100 11011

Color Harmonies of #75161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75161E

Black with #75161E

Text Example


Text Example

White with #75161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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