Html Css Color HEX #892D35 Shiraz

📋 copy color: '#892D35'

red 137 ◦ green 45 ◦ blue 53

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

Shades of Shiraz #892D35

Tints of Shiraz #892D35

RGB

 RED value IS 137 (53.91% from 255) = 58.3%

 GREEN value IS 45 (17.97% from 255) = 19.15%

 BLUE value IS 53 (21.09% from 255) = 22.55%

R = 58.3%
G = 19.15%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#892D35 (or 0x892D35) is known color: Shiraz. HEX triplet: 89, 2D and 35. RGB value is (137,45,53). Sum of RGB (Red+Green+Blue) = 137+45+53=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #892D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892D35 is #76D2CA. Grayscale: #494949. Windows color (decimal): -7787211 or 3485065. OLE color: 3485065.

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

Color convert

RGB 137 45 53 -
CMYK 0 0.67 0.61 0.46
HSL 354.78º 0.51% 0.36% -
HSV(B) 354.78º 0.67% 0.54% -
XYZ 11.9 7.45 4.18 -
YUV 73.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 137 45 53 0 0.67 0.61 0.46 354.78 0.51 0.36
Hex 89 2D 35 0 43 3D 2E 163 33 24
Octal 211 55 65 0 103 75 56 543 63 44
Binary 10001001 101101 110101 0 1000011 111101 101110 101100011 110011 100100

Color Harmonies of #892D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892D35

Black with #892D35

Text Example


Text Example

White with #892D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892D35; }

 p { color: rgb(137,45,53); }

 H1.HeaderClassName
 {
   color: #892D35;
 }
 .AnyTagClassName
 {
   color: #892D35;
 }
</style>

background-color css

<style>
 a { background-color: #892D35; }

 a { background-color: rgb(137,45,53); }

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

border-color css

<style>
 span { border-color: #892D35; }

 span { border-color: rgb(137,45,53); }

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