Html Css Color HEX #72122B Red Berry

📋 copy color: '#72122B'

red 114 ◦ green 18 ◦ blue 43

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

Shades of Red Berry #72122B

Tints of Red Berry #72122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.29%

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

R = 65.14%
G = 10.29%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72122B (or 0x72122B) is known color: Red Berry. HEX triplet: 72, 12 and 2B. RGB value is (114,18,43). Sum of RGB (Red+Green+Blue) = 114+18+43=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #72122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72122B is #8DEDD4. Grayscale: #313131. Windows color (decimal): -9301461 or 2822770. OLE color: 2822770.

HSL color Cylindrical-coordinate representation of color #72122B: hue angle of 344.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72122B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 43 -
CMYK 0 0.84 0.62 0.55
HSL 344.38º 0.73% 0.26% -
HSV(B) 344.38º 0.84% 0.45% -
XYZ 7.59 4.18 2.69 -
YUV 49.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 114 18 43 0 0.84 0.62 0.55 344.38 0.73 0.26
Hex 72 12 2B 0 54 3E 37 158 49 1A
Octal 162 22 53 0 124 76 67 530 111 32
Binary 1110010 10010 101011 0 1010100 111110 110111 101011000 1001001 11010

Color Harmonies of #72122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72122B

Black with #72122B

Text Example


Text Example

White with #72122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,18,43); }

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

background-color css

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

 a { background-color: rgb(114,18,43); }

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

border-color css

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

 span { border-color: rgb(114,18,43); }

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