Html Css Color HEX #671429 Pohutukawa

📋 copy color: '#671429'

red 103 ◦ green 20 ◦ blue 41

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

Shades of Pohutukawa #671429

Tints of Pohutukawa #671429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.2%

 BLUE value IS 41 (16.41% from 255) = 25%

R = 62.8%
G = 12.2%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#671429 (or 0x671429) is known color: Pohutukawa. HEX triplet: 67, 14 and 29. RGB value is (103,20,41). Sum of RGB (Red+Green+Blue) = 103+20+41=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #671429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671429 is #98EBD6. Grayscale: #2F2F2F. Windows color (decimal): -10021847 or 2692199. OLE color: 2692199.

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

Color convert

RGB 103 20 41 -
CMYK 0 0.81 0.60 0.60
HSL 344.82º 0.67% 0.24% -
HSV(B) 344.82º 0.81% 0.4% -
XYZ 6.24 3.54 2.45 -
YUV 47.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 103 20 41 0 0.81 0.60 0.60 344.82 0.67 0.24
Hex 67 14 29 0 51 3C 3C 159 43 18
Octal 147 24 51 0 121 74 74 531 103 30
Binary 1100111 10100 101001 0 1010001 111100 111100 101011001 1000011 11000

Color Harmonies of #671429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671429

Black with #671429

Text Example


Text Example

White with #671429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671429; }

 p { color: rgb(103,20,41); }

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

background-color css

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

 a { background-color: rgb(103,20,41); }

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

border-color css

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

 span { border-color: rgb(103,20,41); }

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