Html Css Color HEX #83413A Red Robin

📋 copy color: '#83413A'

red 131 ◦ green 65 ◦ blue 58

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

Shades of Red Robin #83413A

Tints of Red Robin #83413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.83%

R = 51.57%
G = 25.59%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83413A (or 0x83413A) is known color: Red Robin. HEX triplet: 83, 41 and 3A. RGB value is (131,65,58). Sum of RGB (Red+Green+Blue) = 131+65+58=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #83413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83413A is #7CBEC5. Grayscale: #545454. Windows color (decimal): -8175302 or 3817859. OLE color: 3817859.

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

Color convert

RGB 131 65 58 -
CMYK 0 0.50 0.56 0.49
HSL 5.75º 0.39% 0.37% -
HSV(B) 5.75º 0.56% 0.51% -
XYZ 12.01 8.91 5.09 -
YUV 83.94 113.37 161.57 -
System Red Green Blue C M Y K H S L
Decimal 131 65 58 0 0.50 0.56 0.49 5.75 0.39 0.37
Hex 83 41 3A 0 32 38 31 6 27 25
Octal 203 101 72 0 62 70 61 6 47 45
Binary 10000011 1000001 111010 0 110010 111000 110001 110 100111 100101

Color Harmonies of #83413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83413A

Black with #83413A

Text Example


Text Example

White with #83413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83413A; }

 p { color: rgb(131,65,58); }

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

background-color css

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

 a { background-color: rgb(131,65,58); }

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

border-color css

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

 span { border-color: rgb(131,65,58); }

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