Html Css Color HEX #83333C Paprika

📋 copy color: '#83333C'

red 131 ◦ green 51 ◦ blue 60

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

Shades of Paprika #83333C

Tints of Paprika #83333C

RGB

 RED value IS 131 (51.56% from 255) = 54.13%

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

 BLUE value IS 60 (23.83% from 255) = 24.79%

R = 54.13%
G = 21.07%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83333C (or 0x83333C) is known color: Paprika. HEX triplet: 83, 33 and 3C. RGB value is (131,51,60). Sum of RGB (Red+Green+Blue) = 131+51+60=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83333C is #7CCCC3. Grayscale: #4B4B4B. Windows color (decimal): -8178884 or 3945347. OLE color: 3945347.

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

Color convert

RGB 131 51 60 -
CMYK 0 0.61 0.54 0.49
HSL 353.25º 0.44% 0.36% -
HSV(B) 353.25º 0.61% 0.51% -
XYZ 11.36 7.52 5.13 -
YUV 75.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 131 51 60 0 0.61 0.54 0.49 353.25 0.44 0.36
Hex 83 33 3C 0 3D 36 31 161 2C 24
Octal 203 63 74 0 75 66 61 541 54 44
Binary 10000011 110011 111100 0 111101 110110 110001 101100001 101100 100100

Color Harmonies of #83333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83333C

Black with #83333C

Text Example


Text Example

White with #83333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83333C; }

 p { color: rgb(131,51,60); }

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

background-color css

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

 a { background-color: rgb(131,51,60); }

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

border-color css

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

 span { border-color: rgb(131,51,60); }

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