Html Css Color HEX #722B36 Paprika

📋 copy color: '#722B36'

red 114 ◦ green 43 ◦ blue 54

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

Shades of Paprika #722B36

Tints of Paprika #722B36

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.38%

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 54.03%
G = 20.38%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#722B36 (or 0x722B36) is known color: Paprika. HEX triplet: 72, 2B and 36. RGB value is (114,43,54). Sum of RGB (Red+Green+Blue) = 114+43+54=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #722B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B36 is #8DD4C9. Grayscale: #414141. Windows color (decimal): -9295050 or 3550066. OLE color: 3550066.

HSL color Cylindrical-coordinate representation of color #722B36: hue angle of 350.7º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #722B36 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 43 54 -
CMYK 0 0.62 0.53 0.55
HSL 350.7º 0.45% 0.31% -
HSV(B) 350.7º 0.62% 0.45% -
XYZ 8.47 5.57 4.12 -
YUV 65.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 114 43 54 0 0.62 0.53 0.55 350.7 0.45 0.31
Hex 72 2B 36 0 3E 35 37 15F 2D 1F
Octal 162 53 66 0 76 65 67 537 55 37
Binary 1110010 101011 110110 0 111110 110101 110111 101011111 101101 11111

Color Harmonies of #722B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722B36

Black with #722B36

Text Example


Text Example

White with #722B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722B36; }

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

 H1.HeaderClassName
 {
   color: #722B36;
 }
 .AnyTagClassName
 {
   color: #722B36;
 }
</style>

background-color css

<style>
 a { background-color: #722B36; }

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

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

border-color css

<style>
 span { border-color: #722B36; }

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

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