Html Css Color HEX #3D1725 Castro

📋 copy color: '#3D1725'

red 61 ◦ green 23 ◦ blue 37

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

Shades of Castro #3D1725

Tints of Castro #3D1725

RGB

 RED value IS 61 (24.22% from 255) = 50.41%

 GREEN value IS 23 (9.38% from 255) = 19.01%

 BLUE value IS 37 (14.84% from 255) = 30.58%

R = 50.41%
G = 19.01%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.76

RGB Variations

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

Color information

#3D1725 (or 0x3D1725) is known color: Castro. HEX triplet: 3D, 17 and 25. RGB value is (61,23,37). Sum of RGB (Red+Green+Blue) = 61+23+37=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1725 is #C2E8DA. Grayscale: #232323. Windows color (decimal): -12773595 or 2430781. OLE color: 2430781.

HSL color Cylindrical-coordinate representation of color #3D1725: hue angle of 337.89º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D1725 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 23 37 -
CMYK 0 0.62 0.39 0.76
HSL 337.89º 0.45% 0.16% -
HSV(B) 337.89º 0.62% 0.24% -
XYZ 2.56 1.74 1.95 -
YUV 35.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 61 23 37 0 0.62 0.39 0.76 337.89 0.45 0.16
Hex 3D 17 25 0 3E 27 4C 152 2D 10
Octal 75 27 45 0 76 47 114 522 55 20
Binary 111101 10111 100101 0 111110 100111 1001100 101010010 101101 10000

Color Harmonies of #3D1725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1725

Black with #3D1725

Text Example


Text Example

White with #3D1725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D1725; }

 p { color: rgb(61,23,37); }

 H1.HeaderClassName
 {
   color: #3D1725;
 }
 .AnyTagClassName
 {
   color: #3D1725;
 }
</style>

background-color css

<style>
 a { background-color: #3D1725; }

 a { background-color: rgb(61,23,37); }

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

border-color css

<style>
 span { border-color: #3D1725; }

 span { border-color: rgb(61,23,37); }

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