Html Css Color HEX #73232A Red Berry

📋 copy color: '#73232A'

red 115 ◦ green 35 ◦ blue 42

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

Shades of Red Berry #73232A

Tints of Red Berry #73232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.23%

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

R = 59.9%
G = 18.23%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#73232A (or 0x73232A) is known color: Red Berry. HEX triplet: 73, 23 and 2A. RGB value is (115,35,42). Sum of RGB (Red+Green+Blue) = 115+35+42=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #73232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73232A is #8CDCD5. Grayscale: #3B3B3B. Windows color (decimal): -9231574 or 2761587. OLE color: 2761587.

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

Color convert

RGB 115 35 42 -
CMYK 0 0.70 0.63 0.55
HSL 354.75º 0.53% 0.29% -
HSV(B) 354.75º 0.7% 0.45% -
XYZ 8.09 5.01 2.73 -
YUV 59.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 115 35 42 0 0.70 0.63 0.55 354.75 0.53 0.29
Hex 73 23 2A 0 46 3F 37 163 35 1D
Octal 163 43 52 0 106 77 67 543 65 35
Binary 1110011 100011 101010 0 1000110 111111 110111 101100011 110101 11101

Color Harmonies of #73232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73232A

Black with #73232A

Text Example


Text Example

White with #73232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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