Html Css Color HEX #271001 Wood Bark

📋 copy color: '#271001'

red 39 ◦ green 16 ◦ blue 1

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

Shades of Wood Bark #271001

Tints of Wood Bark #271001

RGB

 RED value IS 39 (15.63% from 255) = 69.64%

 GREEN value IS 16 (6.64% from 255) = 28.57%

 BLUE value IS 1 (0.78% from 255) = 1.79%

R = 69.64%
G = 28.57%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#271001 (or 0x271001) is known color: Wood Bark. HEX triplet: 27, 10 and 01. RGB value is (39,16,1). Sum of RGB (Red+Green+Blue) = 39+16+1=56 (7% of max value = 765). Red value is 39 (15.62% from 255 or 69.64% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 39 - color contains mainly: red. Hex color #271001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271001 is #D8EFFE. Grayscale: #151515. Windows color (decimal): -14217215 or 69671. OLE color: 69671.

HSL color Cylindrical-coordinate representation of color #271001: hue angle of 23.68º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #271001 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 16 1 -
CMYK 0 0.59 0.97 0.85
HSL 23.68º 0.95% 0.08% -
HSV(B) 23.68º 0.97% 0.15% -
XYZ 1.03 0.8 0.13 -
YUV 21.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 39 16 1 0 0.59 0.97 0.85 23.68 0.95 0.08
Hex 27 10 1 0 3B 61 55 18 5F 8
Octal 47 20 1 0 73 141 125 30 137 10
Binary 100111 10000 1 0 111011 1100001 1010101 11000 1011111 1000

Color Harmonies of #271001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271001

Black with #271001

Text Example


Text Example

White with #271001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271001; }

 p { color: rgb(39,16,1); }

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

background-color css

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

 a { background-color: rgb(39,16,1); }

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

border-color css

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

 span { border-color: rgb(39,16,1); }

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