Html Css Color HEX #531A2E Castro

📋 copy color: '#531A2E'

red 83 ◦ green 26 ◦ blue 46

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

Shades of Castro #531A2E

Tints of Castro #531A2E

RGB

 RED value IS 83 (32.81% from 255) = 53.55%

 GREEN value IS 26 (10.55% from 255) = 16.77%

 BLUE value IS 46 (18.36% from 255) = 29.68%

R = 53.55%
G = 16.77%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#531A2E (or 0x531A2E) is known color: Castro. HEX triplet: 53, 1A and 2E. RGB value is (83,26,46). Sum of RGB (Red+Green+Blue) = 83+26+46=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #531A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A2E is #ACE5D1. Grayscale: #2D2D2D. Windows color (decimal): -11331026 or 3021395. OLE color: 3021395.

HSL color Cylindrical-coordinate representation of color #531A2E: hue angle of 338.95º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A2E is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 26 46 -
CMYK 0 0.69 0.45 0.67
HSL 338.95º 0.52% 0.21% -
HSV(B) 338.95º 0.69% 0.33% -
XYZ 4.43 2.78 2.89 -
YUV 45.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 83 26 46 0 0.69 0.45 0.67 338.95 0.52 0.21
Hex 53 1A 2E 0 45 2D 43 153 34 15
Octal 123 32 56 0 105 55 103 523 64 25
Binary 1010011 11010 101110 0 1000101 101101 1000011 101010011 110100 10101

Color Harmonies of #531A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A2E

Black with #531A2E

Text Example


Text Example

White with #531A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531A2E; }

 p { color: rgb(83,26,46); }

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

background-color css

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

 a { background-color: rgb(83,26,46); }

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

border-color css

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

 span { border-color: rgb(83,26,46); }

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