Html Css Color HEX #75192C Red Berry

📋 copy color: '#75192C'

red 117 ◦ green 25 ◦ blue 44

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

Shades of Red Berry #75192C

Tints of Red Berry #75192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.44%

 BLUE value IS 44 (17.58% from 255) = 23.66%

R = 62.9%
G = 13.44%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75192C (or 0x75192C) is known color: Red Berry. HEX triplet: 75, 19 and 2C. RGB value is (117,25,44). Sum of RGB (Red+Green+Blue) = 117+25+44=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #75192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75192C is #8AE6D3. Grayscale: #363636. Windows color (decimal): -9103060 or 2890101. OLE color: 2890101.

HSL color Cylindrical-coordinate representation of color #75192C: hue angle of 347.61º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75192C is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 44 -
CMYK 0 0.79 0.62 0.54
HSL 347.61º 0.65% 0.28% -
HSV(B) 347.61º 0.79% 0.46% -
XYZ 8.14 4.66 2.85 -
YUV 54.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 117 25 44 0 0.79 0.62 0.54 347.61 0.65 0.28
Hex 75 19 2C 0 4F 3E 36 15C 41 1C
Octal 165 31 54 0 117 76 66 534 101 34
Binary 1110101 11001 101100 0 1001111 111110 110110 101011100 1000001 11100

Color Harmonies of #75192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75192C

Black with #75192C

Text Example


Text Example

White with #75192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75192C; }

 p { color: rgb(117,25,44); }

 H1.HeaderClassName
 {
   color: #75192C;
 }
 .AnyTagClassName
 {
   color: #75192C;
 }
</style>

background-color css

<style>
 a { background-color: #75192C; }

 a { background-color: rgb(117,25,44); }

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

border-color css

<style>
 span { border-color: #75192C; }

 span { border-color: rgb(117,25,44); }

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