Html Css Color HEX #412326 Bulgarian Rose

📋 copy color: '#412326'

red 65 ◦ green 35 ◦ blue 38

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

Shades of Bulgarian Rose #412326

Tints of Bulgarian Rose #412326

RGB

 RED value IS 65 (25.78% from 255) = 47.1%

 GREEN value IS 35 (14.06% from 255) = 25.36%

 BLUE value IS 38 (15.23% from 255) = 27.54%

R = 47.1%
G = 25.36%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#412326 (or 0x412326) is known color: Bulgarian Rose. HEX triplet: 41, 23 and 26. RGB value is (65,35,38). Sum of RGB (Red+Green+Blue) = 65+35+38=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412326 is #BEDCD9. Grayscale: #2C2C2C. Windows color (decimal): -12508378 or 2499393. OLE color: 2499393.

HSL color Cylindrical-coordinate representation of color #412326: hue angle of 354º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412326 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 35 38 -
CMYK 0 0.46 0.42 0.75
HSL 354º 0.3% 0.2% -
HSV(B) 354º 0.46% 0.25% -
XYZ 3.13 2.47 2.14 -
YUV 44.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 65 35 38 0 0.46 0.42 0.75 354 0.3 0.2
Hex 41 23 26 0 2E 2A 4B 162 1E 14
Octal 101 43 46 0 56 52 113 542 36 24
Binary 1000001 100011 100110 0 101110 101010 1001011 101100010 11110 10100

Color Harmonies of #412326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412326

Black with #412326

Text Example


Text Example

White with #412326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412326; }

 p { color: rgb(65,35,38); }

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

background-color css

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

 a { background-color: rgb(65,35,38); }

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

border-color css

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

 span { border-color: rgb(65,35,38); }

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