Html Css Color HEX #844138 Red Robin

📋 copy color: '#844138'

red 132 ◦ green 65 ◦ blue 56

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

Shades of Red Robin #844138

Tints of Red Robin #844138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.69%

 BLUE value IS 56 (22.27% from 255) = 22.13%

R = 52.17%
G = 25.69%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#844138 (or 0x844138) is known color: Red Robin. HEX triplet: 84, 41 and 38. RGB value is (132,65,56). Sum of RGB (Red+Green+Blue) = 132+65+56=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #844138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844138 is #7BBEC7. Grayscale: #545454. Windows color (decimal): -8109768 or 3686788. OLE color: 3686788.

HSL color Cylindrical-coordinate representation of color #844138: hue angle of 7.11º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #844138 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 65 56 -
CMYK 0 0.51 0.58 0.48
HSL 7.11º 0.4% 0.37% -
HSV(B) 7.11º 0.58% 0.52% -
XYZ 12.12 8.97 4.83 -
YUV 84.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 132 65 56 0 0.51 0.58 0.48 7.11 0.4 0.37
Hex 84 41 38 0 33 3A 30 7 28 25
Octal 204 101 70 0 63 72 60 7 50 45
Binary 10000100 1000001 111000 0 110011 111010 110000 111 101000 100101

Color Harmonies of #844138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844138

Black with #844138

Text Example


Text Example

White with #844138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844138; }

 p { color: rgb(132,65,56); }

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

background-color css

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

 a { background-color: rgb(132,65,56); }

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

border-color css

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

 span { border-color: rgb(132,65,56); }

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