Html Css Color HEX #671327 Pohutukawa

📋 copy color: '#671327'

red 103 ◦ green 19 ◦ blue 39

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

Shades of Pohutukawa #671327

Tints of Pohutukawa #671327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

 BLUE value IS 39 (15.63% from 255) = 24.22%

R = 63.98%
G = 11.8%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#671327 (or 0x671327) is known color: Pohutukawa. HEX triplet: 67, 13 and 27. RGB value is (103,19,39). Sum of RGB (Red+Green+Blue) = 103+19+39=161 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.98% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 103 - color contains mainly: red. Hex color #671327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671327 is #98ECD8. Grayscale: #2E2E2E. Windows color (decimal): -10022105 or 2560871. OLE color: 2560871.

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

Color convert

RGB 103 19 39 -
CMYK 0 0.82 0.62 0.60
HSL 345.71º 0.69% 0.24% -
HSV(B) 345.71º 0.82% 0.4% -
XYZ 6.19 3.5 2.27 -
YUV 46.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 103 19 39 0 0.82 0.62 0.60 345.71 0.69 0.24
Hex 67 13 27 0 52 3E 3C 15A 45 18
Octal 147 23 47 0 122 76 74 532 105 30
Binary 1100111 10011 100111 0 1010010 111110 111100 101011010 1000101 11000

Color Harmonies of #671327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671327

Black with #671327

Text Example


Text Example

White with #671327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671327; }

 p { color: rgb(103,19,39); }

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

background-color css

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

 a { background-color: rgb(103,19,39); }

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

border-color css

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

 span { border-color: rgb(103,19,39); }

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