Html Css Color HEX #84243D Shiraz

📋 copy color: '#84243D'

red 132 ◦ green 36 ◦ blue 61

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

Shades of Shiraz #84243D

Tints of Shiraz #84243D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.72%

 BLUE value IS 61 (24.22% from 255) = 26.64%

R = 57.64%
G = 15.72%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#84243D (or 0x84243D) is known color: Shiraz. HEX triplet: 84, 24 and 3D. RGB value is (132,36,61). Sum of RGB (Red+Green+Blue) = 132+36+61=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84243D is #7BDBC2. Grayscale: #434343. Windows color (decimal): -8117187 or 4007044. OLE color: 4007044.

HSL color Cylindrical-coordinate representation of color #84243D: hue angle of 344.38º degrees, saturation: 0.57, 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 #84243D is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 36 61 -
CMYK 0 0.73 0.54 0.48
HSL 344.38º 0.57% 0.33% -
HSV(B) 344.38º 0.73% 0.52% -
XYZ 10.99 6.5 5.09 -
YUV 67.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 132 36 61 0 0.73 0.54 0.48 344.38 0.57 0.33
Hex 84 24 3D 0 49 36 30 158 39 21
Octal 204 44 75 0 111 66 60 530 71 41
Binary 10000100 100100 111101 0 1001001 110110 110000 101011000 111001 100001

Color Harmonies of #84243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84243D

Black with #84243D

Text Example


Text Example

White with #84243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84243D; }

 p { color: rgb(132,36,61); }

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

background-color css

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

 a { background-color: rgb(132,36,61); }

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

border-color css

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

 span { border-color: rgb(132,36,61); }

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