Html Css Color HEX #671519 Pohutukawa

📋 copy color: '#671519'

red 103 ◦ green 21 ◦ blue 25

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

Shades of Pohutukawa #671519

Tints of Pohutukawa #671519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

 BLUE value IS 25 (10.16% from 255) = 16.78%

R = 69.13%
G = 14.09%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#671519 (or 0x671519) is known color: Pohutukawa. HEX triplet: 67, 15 and 19. RGB value is (103,21,25). Sum of RGB (Red+Green+Blue) = 103+21+25=149 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.13% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 103 - color contains mainly: red. Hex color #671519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671519 is #98EAE6. Grayscale: #2E2E2E. Windows color (decimal): -10021607 or 1643879. OLE color: 1643879.

HSL color Cylindrical-coordinate representation of color #671519: hue angle of 357.07º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671519 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 25 -
CMYK 0 0.80 0.76 0.60
HSL 357.07º 0.66% 0.24% -
HSV(B) 357.07º 0.8% 0.4% -
XYZ 6.04 3.49 1.28 -
YUV 45.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 103 21 25 0 0.80 0.76 0.60 357.07 0.66 0.24
Hex 67 15 19 0 50 4C 3C 165 42 18
Octal 147 25 31 0 120 114 74 545 102 30
Binary 1100111 10101 11001 0 1010000 1001100 111100 101100101 1000010 11000

Color Harmonies of #671519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671519

Black with #671519

Text Example


Text Example

White with #671519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671519; }

 p { color: rgb(103,21,25); }

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

background-color css

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

 a { background-color: rgb(103,21,25); }

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

border-color css

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

 span { border-color: rgb(103,21,25); }

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