Html Css Color HEX #671B29 Pohutukawa

📋 copy color: '#671B29'

red 103 ◦ green 27 ◦ blue 41

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

Shades of Pohutukawa #671B29

Tints of Pohutukawa #671B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.79%

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

R = 60.23%
G = 15.79%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#671B29 (or 0x671B29) is known color: Pohutukawa. HEX triplet: 67, 1B and 29. RGB value is (103,27,41). Sum of RGB (Red+Green+Blue) = 103+27+41=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #671B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671B29 is #98E4D6. Grayscale: #333333. Windows color (decimal): -10020055 or 2693991. OLE color: 2693991.

HSL color Cylindrical-coordinate representation of color #671B29: hue angle of 348.95º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #671B29 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 27 41 -
CMYK 0 0.74 0.60 0.60
HSL 348.95º 0.58% 0.25% -
HSV(B) 348.95º 0.74% 0.4% -
XYZ 6.39 3.83 2.5 -
YUV 51.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 103 27 41 0 0.74 0.60 0.60 348.95 0.58 0.25
Hex 67 1B 29 0 4A 3C 3C 15D 3A 19
Octal 147 33 51 0 112 74 74 535 72 31
Binary 1100111 11011 101001 0 1001010 111100 111100 101011101 111010 11001

Color Harmonies of #671B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671B29

Black with #671B29

Text Example


Text Example

White with #671B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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