Html Css Color HEX #671326 Pohutukawa

📋 copy color: '#671326'

red 103 ◦ green 19 ◦ blue 38

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

Shades of Pohutukawa #671326

Tints of Pohutukawa #671326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 64.38%
G = 11.88%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#671326 (or 0x671326) is known color: Pohutukawa. HEX triplet: 67, 13 and 26. RGB value is (103,19,38). Sum of RGB (Red+Green+Blue) = 103+19+38=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #671326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671326 is #98ECD9. Grayscale: #2E2E2E. Windows color (decimal): -10022106 or 2495335. OLE color: 2495335.

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

Color convert

RGB 103 19 38 -
CMYK 0 0.82 0.63 0.60
HSL 346.43º 0.69% 0.24% -
HSV(B) 346.43º 0.82% 0.4% -
XYZ 6.18 3.49 2.18 -
YUV 46.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 103 19 38 0 0.82 0.63 0.60 346.43 0.69 0.24
Hex 67 13 26 0 52 3F 3C 15A 45 18
Octal 147 23 46 0 122 77 74 532 105 30
Binary 1100111 10011 100110 0 1010010 111111 111100 101011010 1000101 11000

Color Harmonies of #671326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671326

Black with #671326

Text Example


Text Example

White with #671326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671326; }

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

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

background-color css

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

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

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

border-color css

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

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

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