Html Css Color HEX #84152B Scarlett

📋 copy color: '#84152B'

red 132 ◦ green 21 ◦ blue 43

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

Shades of Scarlett #84152B

Tints of Scarlett #84152B

RGB

 RED value IS 132 (51.95% from 255) = 67.35%

 GREEN value IS 21 (8.59% from 255) = 10.71%

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

R = 67.35%
G = 10.71%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84152B (or 0x84152B) is known color: Scarlett. HEX triplet: 84, 15 and 2B. RGB value is (132,21,43). Sum of RGB (Red+Green+Blue) = 132+21+43=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #84152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84152B is #7BEAD4. Grayscale: #383838. Windows color (decimal): -8121045 or 2823556. OLE color: 2823556.

HSL color Cylindrical-coordinate representation of color #84152B: hue angle of 348.11º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84152B is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 21 43 -
CMYK 0 0.84 0.67 0.48
HSL 348.11º 0.73% 0.3% -
HSV(B) 348.11º 0.84% 0.52% -
XYZ 10.22 5.62 2.83 -
YUV 56.7 120.27 181.71 -
System Red Green Blue C M Y K H S L
Decimal 132 21 43 0 0.84 0.67 0.48 348.11 0.73 0.3
Hex 84 15 2B 0 54 43 30 15C 49 1E
Octal 204 25 53 0 124 103 60 534 111 36
Binary 10000100 10101 101011 0 1010100 1000011 110000 101011100 1001001 11110

Color Harmonies of #84152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84152B

Black with #84152B

Text Example


Text Example

White with #84152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,21,43); }

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

background-color css

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

 a { background-color: rgb(132,21,43); }

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

border-color css

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

 span { border-color: rgb(132,21,43); }

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