Html Css Color HEX #82433B Red Robin

📋 copy color: '#82433B'

red 130 ◦ green 67 ◦ blue 59

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

Shades of Red Robin #82433B

Tints of Red Robin #82433B

RGB

 RED value IS 130 (51.17% from 255) = 50.78%

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 59 (23.44% from 255) = 23.05%

R = 50.78%
G = 26.17%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82433B (or 0x82433B) is known color: Red Robin. HEX triplet: 82, 43 and 3B. RGB value is (130,67,59). Sum of RGB (Red+Green+Blue) = 130+67+59=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82433B is #7DBCC4. Grayscale: #555555. Windows color (decimal): -8240325 or 3883906. OLE color: 3883906.

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

Color convert

RGB 130 67 59 -
CMYK 0 0.48 0.55 0.49
HSL 6.76º 0.38% 0.37% -
HSV(B) 6.76º 0.55% 0.51% -
XYZ 12 9.08 5.26 -
YUV 84.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 130 67 59 0 0.48 0.55 0.49 6.76 0.38 0.37
Hex 82 43 3B 0 30 37 31 7 26 25
Octal 202 103 73 0 60 67 61 7 46 45
Binary 10000010 1000011 111011 0 110000 110111 110001 111 100110 100101

Color Harmonies of #82433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82433B

Black with #82433B

Text Example


Text Example

White with #82433B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82433B; }

 p { color: rgb(130,67,59); }

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

background-color css

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

 a { background-color: rgb(130,67,59); }

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

border-color css

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

 span { border-color: rgb(130,67,59); }

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