Html Css Color HEX #431725 Castro

📋 copy color: '#431725'

red 67 ◦ green 23 ◦ blue 37

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

Shades of Castro #431725

Tints of Castro #431725

RGB

 RED value IS 67 (26.56% from 255) = 52.76%

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

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

R = 52.76%
G = 18.11%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#431725 (or 0x431725) is known color: Castro. HEX triplet: 43, 17 and 25. RGB value is (67,23,37). Sum of RGB (Red+Green+Blue) = 67+23+37=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #431725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431725 is #BCE8DA. Grayscale: #252525. Windows color (decimal): -12380379 or 2430787. OLE color: 2430787.

HSL color Cylindrical-coordinate representation of color #431725: hue angle of 340.91º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #431725 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 23 37 -
CMYK 0 0.66 0.45 0.74
HSL 340.91º 0.49% 0.18% -
HSV(B) 340.91º 0.66% 0.26% -
XYZ 2.96 1.94 1.97 -
YUV 37.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 67 23 37 0 0.66 0.45 0.74 340.91 0.49 0.18
Hex 43 17 25 0 42 2D 4A 155 31 12
Octal 103 27 45 0 102 55 112 525 61 22
Binary 1000011 10111 100101 0 1000010 101101 1001010 101010101 110001 10010

Color Harmonies of #431725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431725

Black with #431725

Text Example


Text Example

White with #431725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431725; }

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

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

background-color css

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

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

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

border-color css

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

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

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