Html Css Color HEX #843A30 Crab Apple

📋 copy color: '#843A30'

red 132 ◦ green 58 ◦ blue 48

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

Shades of Crab Apple #843A30

Tints of Crab Apple #843A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.37%

 BLUE value IS 48 (19.14% from 255) = 20.17%

R = 55.46%
G = 24.37%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#843A30 (or 0x843A30) is known color: Crab Apple. HEX triplet: 84, 3A and 30. RGB value is (132,58,48). Sum of RGB (Red+Green+Blue) = 132+58+48=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #843A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843A30 is #7BC5CF. Grayscale: #4F4F4F. Windows color (decimal): -8111568 or 3160708. OLE color: 3160708.

HSL color Cylindrical-coordinate representation of color #843A30: hue angle of 7.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843A30 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 58 48 -
CMYK 0 0.56 0.64 0.48
HSL 7.14º 0.47% 0.35% -
HSV(B) 7.14º 0.64% 0.52% -
XYZ 11.56 8.15 3.76 -
YUV 78.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 132 58 48 0 0.56 0.64 0.48 7.14 0.47 0.35
Hex 84 3A 30 0 38 40 30 7 2F 23
Octal 204 72 60 0 70 100 60 7 57 43
Binary 10000100 111010 110000 0 111000 1000000 110000 111 101111 100011

Color Harmonies of #843A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843A30

Black with #843A30

Text Example


Text Example

White with #843A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843A30; }

 p { color: rgb(132,58,48); }

 H1.HeaderClassName
 {
   color: #843A30;
 }
 .AnyTagClassName
 {
   color: #843A30;
 }
</style>

background-color css

<style>
 a { background-color: #843A30; }

 a { background-color: rgb(132,58,48); }

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

border-color css

<style>
 span { border-color: #843A30; }

 span { border-color: rgb(132,58,48); }

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