Html Css Color HEX #823238 Paprika

📋 copy color: '#823238'

red 130 ◦ green 50 ◦ blue 56

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

Shades of Paprika #823238

Tints of Paprika #823238

RGB

 RED value IS 130 (51.17% from 255) = 55.08%

 GREEN value IS 50 (19.92% from 255) = 21.19%

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 55.08%
G = 21.19%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#823238 (or 0x823238) is known color: Paprika. HEX triplet: 82, 32 and 38. RGB value is (130,50,56). Sum of RGB (Red+Green+Blue) = 130+50+56=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #823238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823238 is #7DCDC7. Grayscale: #4A4A4A. Windows color (decimal): -8244680 or 3682946. OLE color: 3682946.

HSL color Cylindrical-coordinate representation of color #823238: hue angle of 355.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823238 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 56 -
CMYK 0 0.62 0.57 0.49
HSL 355.5º 0.44% 0.35% -
HSV(B) 355.5º 0.62% 0.51% -
XYZ 11.06 7.31 4.57 -
YUV 74.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 130 50 56 0 0.62 0.57 0.49 355.5 0.44 0.35
Hex 82 32 38 0 3E 39 31 164 2C 23
Octal 202 62 70 0 76 71 61 544 54 43
Binary 10000010 110010 111000 0 111110 111001 110001 101100100 101100 100011

Color Harmonies of #823238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823238

Black with #823238

Text Example


Text Example

White with #823238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823238; }

 p { color: rgb(130,50,56); }

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

background-color css

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

 a { background-color: rgb(130,50,56); }

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

border-color css

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

 span { border-color: rgb(130,50,56); }

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