Html Css Color HEX #82333F Paprika

📋 copy color: '#82333F'

red 130 ◦ green 51 ◦ blue 63

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

Shades of Paprika #82333F

Tints of Paprika #82333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

 BLUE value IS 63 (25% from 255) = 25.82%

R = 53.28%
G = 20.9%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82333F (or 0x82333F) is known color: Paprika. HEX triplet: 82, 33 and 3F. RGB value is (130,51,63). Sum of RGB (Red+Green+Blue) = 130+51+63=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82333F is #7DCCC0. Grayscale: #4C4C4C. Windows color (decimal): -8244417 or 4141954. OLE color: 4141954.

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

Color convert

RGB 130 51 63 -
CMYK 0 0.61 0.52 0.49
HSL 350.89º 0.44% 0.35% -
HSV(B) 350.89º 0.61% 0.51% -
XYZ 11.29 7.47 5.55 -
YUV 75.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 130 51 63 0 0.61 0.52 0.49 350.89 0.44 0.35
Hex 82 33 3F 0 3D 34 31 15F 2C 23
Octal 202 63 77 0 75 64 61 537 54 43
Binary 10000010 110011 111111 0 111101 110100 110001 101011111 101100 100011

Color Harmonies of #82333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82333F

Black with #82333F

Text Example


Text Example

White with #82333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82333F; }

 p { color: rgb(130,51,63); }

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

background-color css

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

 a { background-color: rgb(130,51,63); }

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

border-color css

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

 span { border-color: rgb(130,51,63); }

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