Html Css Color HEX #75142B Red Berry

📋 copy color: '#75142B'

red 117 ◦ green 20 ◦ blue 43

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

Shades of Red Berry #75142B

Tints of Red Berry #75142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

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

R = 65%
G = 11.11%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75142B (or 0x75142B) is known color: Red Berry. HEX triplet: 75, 14 and 2B. RGB value is (117,20,43). Sum of RGB (Red+Green+Blue) = 117+20+43=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75142B is #8AEBD4. Grayscale: #333333. Windows color (decimal): -9104341 or 2823285. OLE color: 2823285.

HSL color Cylindrical-coordinate representation of color #75142B: hue angle of 345.77º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75142B is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 43 -
CMYK 0 0.83 0.63 0.54
HSL 345.77º 0.71% 0.27% -
HSV(B) 345.77º 0.83% 0.46% -
XYZ 8.02 4.46 2.72 -
YUV 51.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 117 20 43 0 0.83 0.63 0.54 345.77 0.71 0.27
Hex 75 14 2B 0 53 3F 36 15A 47 1B
Octal 165 24 53 0 123 77 66 532 107 33
Binary 1110101 10100 101011 0 1010011 111111 110110 101011010 1000111 11011

Color Harmonies of #75142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75142B

Black with #75142B

Text Example


Text Example

White with #75142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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