Html Css Color HEX #84263B Shiraz

📋 copy color: '#84263B'

red 132 ◦ green 38 ◦ blue 59

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

Shades of Shiraz #84263B

Tints of Shiraz #84263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.59%

 BLUE value IS 59 (23.44% from 255) = 25.76%

R = 57.64%
G = 16.59%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84263B (or 0x84263B) is known color: Shiraz. HEX triplet: 84, 26 and 3B. RGB value is (132,38,59). Sum of RGB (Red+Green+Blue) = 132+38+59=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84263B is #7BD9C4. Grayscale: #444444. Windows color (decimal): -8116677 or 3876484. OLE color: 3876484.

HSL color Cylindrical-coordinate representation of color #84263B: hue angle of 346.6º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84263B is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 38 59 -
CMYK 0 0.71 0.55 0.48
HSL 346.6º 0.55% 0.33% -
HSV(B) 346.6º 0.71% 0.52% -
XYZ 11 6.61 4.83 -
YUV 68.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 132 38 59 0 0.71 0.55 0.48 346.6 0.55 0.33
Hex 84 26 3B 0 47 37 30 15B 37 21
Octal 204 46 73 0 107 67 60 533 67 41
Binary 10000100 100110 111011 0 1000111 110111 110000 101011011 110111 100001

Color Harmonies of #84263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84263B

Black with #84263B

Text Example


Text Example

White with #84263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,38,59); }

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

background-color css

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

 a { background-color: rgb(132,38,59); }

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

border-color css

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

 span { border-color: rgb(132,38,59); }

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