Html Css Color HEX #570D2E Blackberry

📋 copy color: '#570D2E'

red 87 ◦ green 13 ◦ blue 46

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

Shades of Blackberry #570D2E

Tints of Blackberry #570D2E

RGB

 RED value IS 87 (34.38% from 255) = 59.59%

 GREEN value IS 13 (5.47% from 255) = 8.9%

 BLUE value IS 46 (18.36% from 255) = 31.51%

R = 59.59%
G = 8.9%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#570D2E (or 0x570D2E) is known color: Blackberry. HEX triplet: 57, 0D and 2E. RGB value is (87,13,46). Sum of RGB (Red+Green+Blue) = 87+13+46=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #570D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D2E is #A8F2D1. Grayscale: #262626. Windows color (decimal): -11072210 or 3018071. OLE color: 3018071.

HSL color Cylindrical-coordinate representation of color #570D2E: hue angle of 333.24º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D2E is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 13 46 -
CMYK 0 0.85 0.47 0.66
HSL 333.24º 0.74% 0.2% -
HSV(B) 333.24º 0.85% 0.34% -
XYZ 4.57 2.51 2.83 -
YUV 38.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 87 13 46 0 0.85 0.47 0.66 333.24 0.74 0.2
Hex 57 D 2E 0 55 2F 42 14D 4A 14
Octal 127 15 56 0 125 57 102 515 112 24
Binary 1010111 1101 101110 0 1010101 101111 1000010 101001101 1001010 10100

Color Harmonies of #570D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570D2E

Black with #570D2E

Text Example


Text Example

White with #570D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570D2E; }

 p { color: rgb(87,13,46); }

 H1.HeaderClassName
 {
   color: #570D2E;
 }
 .AnyTagClassName
 {
   color: #570D2E;
 }
</style>

background-color css

<style>
 a { background-color: #570D2E; }

 a { background-color: rgb(87,13,46); }

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

border-color css

<style>
 span { border-color: #570D2E; }

 span { border-color: rgb(87,13,46); }

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