Html Css Color HEX #72383A Merlot

📋 copy color: '#72383A'

red 114 ◦ green 56 ◦ blue 58

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

Shades of Merlot #72383A

Tints of Merlot #72383A

RGB

 RED value IS 114 (44.92% from 255) = 50%

 GREEN value IS 56 (22.27% from 255) = 24.56%

 BLUE value IS 58 (23.05% from 255) = 25.44%

R = 50%
G = 24.56%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72383A (or 0x72383A) is known color: Merlot. HEX triplet: 72, 38 and 3A. RGB value is (114,56,58). Sum of RGB (Red+Green+Blue) = 114+56+58=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72383A is #8DC7C5. Grayscale: #494949. Windows color (decimal): -9291718 or 3815538. OLE color: 3815538.

HSL color Cylindrical-coordinate representation of color #72383A: hue angle of 357.93º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72383A is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 56 58 -
CMYK 0 0.51 0.49 0.55
HSL 357.93º 0.34% 0.33% -
HSV(B) 357.93º 0.51% 0.45% -
XYZ 9.12 6.71 4.82 -
YUV 73.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 114 56 58 0 0.51 0.49 0.55 357.93 0.34 0.33
Hex 72 38 3A 0 33 31 37 166 22 21
Octal 162 70 72 0 63 61 67 546 42 41
Binary 1110010 111000 111010 0 110011 110001 110111 101100110 100010 100001

Color Harmonies of #72383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72383A

Black with #72383A

Text Example


Text Example

White with #72383A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,56,58); }

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

background-color css

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

 a { background-color: rgb(114,56,58); }

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

border-color css

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

 span { border-color: rgb(114,56,58); }

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