Html Css Color HEX #671529 Pohutukawa

📋 copy color: '#671529'

red 103 ◦ green 21 ◦ blue 41

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

Shades of Pohutukawa #671529

Tints of Pohutukawa #671529

RGB

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

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

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

R = 62.42%
G = 12.73%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#671529 (or 0x671529) is known color: Pohutukawa. HEX triplet: 67, 15 and 29. RGB value is (103,21,41). Sum of RGB (Red+Green+Blue) = 103+21+41=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #671529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671529 is #98EAD6. Grayscale: #2F2F2F. Windows color (decimal): -10021591 or 2692455. OLE color: 2692455.

HSL color Cylindrical-coordinate representation of color #671529: hue angle of 345.37º 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 #671529 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 41 -
CMYK 0 0.80 0.60 0.60
HSL 345.37º 0.66% 0.24% -
HSV(B) 345.37º 0.8% 0.4% -
XYZ 6.26 3.58 2.46 -
YUV 47.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 103 21 41 0 0.80 0.60 0.60 345.37 0.66 0.24
Hex 67 15 29 0 50 3C 3C 159 42 18
Octal 147 25 51 0 120 74 74 531 102 30
Binary 1100111 10101 101001 0 1010000 111100 111100 101011001 1000010 11000

Color Harmonies of #671529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671529

Black with #671529

Text Example


Text Example

White with #671529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671529; }

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

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

background-color css

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

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

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

border-color css

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

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

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