Html Css Color HEX #72232D Red Berry

📋 copy color: '#72232D'

red 114 ◦ green 35 ◦ blue 45

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

Shades of Red Berry #72232D

Tints of Red Berry #72232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 58.76%
G = 18.04%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72232D (or 0x72232D) is known color: Red Berry. HEX triplet: 72, 23 and 2D. RGB value is (114,35,45). Sum of RGB (Red+Green+Blue) = 114+35+45=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72232D is #8DDCD2. Grayscale: #3B3B3B. Windows color (decimal): -9297107 or 2958194. OLE color: 2958194.

HSL color Cylindrical-coordinate representation of color #72232D: hue angle of 352.41º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72232D is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 35 45 -
CMYK 0 0.69 0.61 0.55
HSL 352.41º 0.53% 0.29% -
HSV(B) 352.41º 0.69% 0.45% -
XYZ 8.01 4.97 3.02 -
YUV 59.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 114 35 45 0 0.69 0.61 0.55 352.41 0.53 0.29
Hex 72 23 2D 0 45 3D 37 160 35 1D
Octal 162 43 55 0 105 75 67 540 65 35
Binary 1110010 100011 101101 0 1000101 111101 110111 101100000 110101 11101

Color Harmonies of #72232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72232D

Black with #72232D

Text Example


Text Example

White with #72232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72232D; }

 p { color: rgb(114,35,45); }

 H1.HeaderClassName
 {
   color: #72232D;
 }
 .AnyTagClassName
 {
   color: #72232D;
 }
</style>

background-color css

<style>
 a { background-color: #72232D; }

 a { background-color: rgb(114,35,45); }

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

border-color css

<style>
 span { border-color: #72232D; }

 span { border-color: rgb(114,35,45); }

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