Html Css Color HEX #83423D Red Robin

📋 copy color: '#83423D'

red 131 ◦ green 66 ◦ blue 61

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

Shades of Red Robin #83423D

Tints of Red Robin #83423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 50.78%
G = 25.58%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83423D (or 0x83423D) is known color: Red Robin. HEX triplet: 83, 42 and 3D. RGB value is (131,66,61). Sum of RGB (Red+Green+Blue) = 131+66+61=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83423D is #7CBDC2. Grayscale: #545454. Windows color (decimal): -8175043 or 4014723. OLE color: 4014723.

HSL color Cylindrical-coordinate representation of color #83423D: hue angle of 4.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83423D is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 66 61 -
CMYK 0 0.50 0.53 0.49
HSL 4.29º 0.36% 0.38% -
HSV(B) 4.29º 0.53% 0.51% -
XYZ 12.15 9.06 5.52 -
YUV 84.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 131 66 61 0 0.50 0.53 0.49 4.29 0.36 0.38
Hex 83 42 3D 0 32 35 31 4 24 26
Octal 203 102 75 0 62 65 61 4 44 46
Binary 10000011 1000010 111101 0 110010 110101 110001 100 100100 100110

Color Harmonies of #83423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83423D

Black with #83423D

Text Example


Text Example

White with #83423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83423D; }

 p { color: rgb(131,66,61); }

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

background-color css

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

 a { background-color: rgb(131,66,61); }

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

border-color css

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

 span { border-color: rgb(131,66,61); }

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