Html Css Color HEX #3F2325 Bulgarian Rose

📋 copy color: '#3F2325'

red 63 ◦ green 35 ◦ blue 37

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

Shades of Bulgarian Rose #3F2325

Tints of Bulgarian Rose #3F2325

RGB

 RED value IS 63 (25% from 255) = 46.67%

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

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

R = 46.67%
G = 25.93%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.75

RGB Variations

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

Color information

#3F2325 (or 0x3F2325) is known color: Bulgarian Rose. HEX triplet: 3F, 23 and 25. RGB value is (63,35,37). Sum of RGB (Red+Green+Blue) = 63+35+37=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2325 is #C0DCDA. Grayscale: #2B2B2B. Windows color (decimal): -12639451 or 2433855. OLE color: 2433855.

HSL color Cylindrical-coordinate representation of color #3F2325: hue angle of 355.71º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F2325 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 35 37 -
CMYK 0 0.44 0.41 0.75
HSL 355.71º 0.29% 0.19% -
HSV(B) 355.71º 0.44% 0.25% -
XYZ 2.98 2.39 2.05 -
YUV 43.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 63 35 37 0 0.44 0.41 0.75 355.71 0.29 0.19
Hex 3F 23 25 0 2C 29 4B 164 1D 13
Octal 77 43 45 0 54 51 113 544 35 23
Binary 111111 100011 100101 0 101100 101001 1001011 101100100 11101 10011

Color Harmonies of #3F2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2325

Black with #3F2325

Text Example


Text Example

White with #3F2325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,35,37); }

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

background-color css

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

 a { background-color: rgb(63,35,37); }

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

border-color css

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

 span { border-color: rgb(63,35,37); }

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