Html Css Color HEX #67261F Red Oxide

📋 copy color: '#67261F'

red 103 ◦ green 38 ◦ blue 31

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

Shades of Red Oxide #67261F

Tints of Red Oxide #67261F

RGB

 RED value IS 103 (40.63% from 255) = 59.88%

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 31 (12.5% from 255) = 18.02%

R = 59.88%
G = 22.09%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67261F (or 0x67261F) is known color: Red Oxide. HEX triplet: 67, 26 and 1F. RGB value is (103,38,31). Sum of RGB (Red+Green+Blue) = 103+38+31=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #67261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67261F is #98D9E0. Grayscale: #383838. Windows color (decimal): -10017249 or 2041447. OLE color: 2041447.

HSL color Cylindrical-coordinate representation of color #67261F: hue angle of 5.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67261F is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 38 31 -
CMYK 0 0.63 0.70 0.60
HSL 5.83º 0.54% 0.26% -
HSV(B) 5.83º 0.7% 0.4% -
XYZ 6.53 4.37 1.8 -
YUV 56.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 103 38 31 0 0.63 0.70 0.60 5.83 0.54 0.26
Hex 67 26 1F 0 3F 46 3C 6 36 1A
Octal 147 46 37 0 77 106 74 6 66 32
Binary 1100111 100110 11111 0 111111 1000110 111100 110 110110 11010

Color Harmonies of #67261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67261F

Black with #67261F

Text Example


Text Example

White with #67261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67261F; }

 p { color: rgb(103,38,31); }

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

background-color css

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

 a { background-color: rgb(103,38,31); }

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

border-color css

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

 span { border-color: rgb(103,38,31); }

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