Html Css Color HEX #75162A Red Berry

📋 copy color: '#75162A'

red 117 ◦ green 22 ◦ blue 42

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

Shades of Red Berry #75162A

Tints of Red Berry #75162A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.2%

R = 64.64%
G = 12.15%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75162A (or 0x75162A) is known color: Red Berry. HEX triplet: 75, 16 and 2A. RGB value is (117,22,42). Sum of RGB (Red+Green+Blue) = 117+22+42=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75162A is #8AE9D5. Grayscale: #343434. Windows color (decimal): -9103830 or 2758261. OLE color: 2758261.

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

Color convert

RGB 117 22 42 -
CMYK 0 0.81 0.64 0.54
HSL 347.37º 0.68% 0.27% -
HSV(B) 347.37º 0.81% 0.46% -
XYZ 8.04 4.52 2.64 -
YUV 52.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 117 22 42 0 0.81 0.64 0.54 347.37 0.68 0.27
Hex 75 16 2A 0 51 40 36 15B 44 1B
Octal 165 26 52 0 121 100 66 533 104 33
Binary 1110101 10110 101010 0 1010001 1000000 110110 101011011 1000100 11011

Color Harmonies of #75162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75162A

Black with #75162A

Text Example


Text Example

White with #75162A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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