Html Css Color HEX #4B2635 Castro

📋 copy color: '#4B2635'

red 75 ◦ green 38 ◦ blue 53

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

Shades of Castro #4B2635

Tints of Castro #4B2635

RGB

 RED value IS 75 (29.69% from 255) = 45.18%

 GREEN value IS 38 (15.23% from 255) = 22.89%

 BLUE value IS 53 (21.09% from 255) = 31.93%

R = 45.18%
G = 22.89%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#4B2635 (or 0x4B2635) is known color: Castro. HEX triplet: 4B, 26 and 35. RGB value is (75,38,53). Sum of RGB (Red+Green+Blue) = 75+38+53=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2635 is #B4D9CA. Grayscale: #323232. Windows color (decimal): -11852235 or 3483211. OLE color: 3483211.

HSL color Cylindrical-coordinate representation of color #4B2635: hue angle of 335.68º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B2635 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 38 53 -
CMYK 0 0.49 0.29 0.71
HSL 335.68º 0.33% 0.22% -
HSV(B) 335.68º 0.49% 0.29% -
XYZ 4.24 3.14 3.75 -
YUV 50.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 75 38 53 0 0.49 0.29 0.71 335.68 0.33 0.22
Hex 4B 26 35 0 31 1D 47 150 21 16
Octal 113 46 65 0 61 35 107 520 41 26
Binary 1001011 100110 110101 0 110001 11101 1000111 101010000 100001 10110

Color Harmonies of #4B2635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2635

Black with #4B2635

Text Example


Text Example

White with #4B2635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B2635; }

 p { color: rgb(75,38,53); }

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

background-color css

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

 a { background-color: rgb(75,38,53); }

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

border-color css

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

 span { border-color: rgb(75,38,53); }

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