Html Css Color HEX #84232F Scarlett

📋 copy color: '#84232F'

red 132 ◦ green 35 ◦ blue 47

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

Shades of Scarlett #84232F

Tints of Scarlett #84232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

 BLUE value IS 47 (18.75% from 255) = 21.96%

R = 61.68%
G = 16.36%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84232F (or 0x84232F) is known color: Scarlett. HEX triplet: 84, 23 and 2F. RGB value is (132,35,47). Sum of RGB (Red+Green+Blue) = 132+35+47=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84232F is #7BDCD0. Grayscale: #414141. Windows color (decimal): -8117457 or 3089284. OLE color: 3089284.

HSL color Cylindrical-coordinate representation of color #84232F: hue angle of 352.58º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84232F is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 35 47 -
CMYK 0 0.73 0.64 0.48
HSL 352.58º 0.58% 0.33% -
HSV(B) 352.58º 0.73% 0.52% -
XYZ 10.63 6.31 3.35 -
YUV 65.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 132 35 47 0 0.73 0.64 0.48 352.58 0.58 0.33
Hex 84 23 2F 0 49 40 30 161 3A 21
Octal 204 43 57 0 111 100 60 541 72 41
Binary 10000100 100011 101111 0 1001001 1000000 110000 101100001 111010 100001

Color Harmonies of #84232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84232F

Black with #84232F

Text Example


Text Example

White with #84232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,35,47); }

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

background-color css

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

 a { background-color: rgb(132,35,47); }

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

border-color css

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

 span { border-color: rgb(132,35,47); }

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