Html Css Color HEX #73142A Red Berry

📋 copy color: '#73142A'

red 115 ◦ green 20 ◦ blue 42

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

Shades of Red Berry #73142A

Tints of Red Berry #73142A

RGB

 RED value IS 115 (45.31% from 255) = 64.97%

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

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

R = 64.97%
G = 11.3%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#73142A (or 0x73142A) is known color: Red Berry. HEX triplet: 73, 14 and 2A. RGB value is (115,20,42). Sum of RGB (Red+Green+Blue) = 115+20+42=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73142A is #8CEBD5. Grayscale: #323232. Windows color (decimal): -9235414 or 2757747. OLE color: 2757747.

HSL color Cylindrical-coordinate representation of color #73142A: hue angle of 346.11º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73142A is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 20 42 -
CMYK 0 0.83 0.63 0.55
HSL 346.11º 0.7% 0.26% -
HSV(B) 346.11º 0.83% 0.45% -
XYZ 7.74 4.31 2.61 -
YUV 50.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 115 20 42 0 0.83 0.63 0.55 346.11 0.7 0.26
Hex 73 14 2A 0 53 3F 37 15A 46 1A
Octal 163 24 52 0 123 77 67 532 106 32
Binary 1110011 10100 101010 0 1010011 111111 110111 101011010 1000110 11010

Color Harmonies of #73142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73142A

Black with #73142A

Text Example


Text Example

White with #73142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,20,42); }

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

background-color css

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

 a { background-color: rgb(115,20,42); }

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

border-color css

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

 span { border-color: rgb(115,20,42); }

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