Html Css Color HEX #834038 Red Robin

📋 copy color: '#834038'

red 131 ◦ green 64 ◦ blue 56

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

Shades of Red Robin #834038

Tints of Red Robin #834038

RGB

 RED value IS 131 (51.56% from 255) = 52.19%

 GREEN value IS 64 (25.39% from 255) = 25.5%

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

R = 52.19%
G = 25.5%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#834038 (or 0x834038) is known color: Red Robin. HEX triplet: 83, 40 and 38. RGB value is (131,64,56). Sum of RGB (Red+Green+Blue) = 131+64+56=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #834038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834038 is #7CBFC7. Grayscale: #535353. Windows color (decimal): -8175560 or 3686531. OLE color: 3686531.

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

Color convert

RGB 131 64 56 -
CMYK 0 0.51 0.57 0.49
HSL 6.4º 0.4% 0.37% -
HSV(B) 6.4º 0.57% 0.51% -
XYZ 11.91 8.78 4.81 -
YUV 83.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 131 64 56 0 0.51 0.57 0.49 6.4 0.4 0.37
Hex 83 40 38 0 33 39 31 6 28 25
Octal 203 100 70 0 63 71 61 6 50 45
Binary 10000011 1000000 111000 0 110011 111001 110001 110 101000 100101

Color Harmonies of #834038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834038

Black with #834038

Text Example


Text Example

White with #834038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834038; }

 p { color: rgb(131,64,56); }

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

background-color css

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

 a { background-color: rgb(131,64,56); }

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

border-color css

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

 span { border-color: rgb(131,64,56); }

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