Html Css Color HEX #671325 Pohutukawa

📋 copy color: '#671325'

red 103 ◦ green 19 ◦ blue 37

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

Shades of Pohutukawa #671325

Tints of Pohutukawa #671325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.27%

R = 64.78%
G = 11.95%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#671325 (or 0x671325) is known color: Pohutukawa. HEX triplet: 67, 13 and 25. RGB value is (103,19,37). Sum of RGB (Red+Green+Blue) = 103+19+37=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #671325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671325 is #98ECDA. Grayscale: #2E2E2E. Windows color (decimal): -10022107 or 2429799. OLE color: 2429799.

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

Color convert

RGB 103 19 37 -
CMYK 0 0.82 0.64 0.60
HSL 347.14º 0.69% 0.24% -
HSV(B) 347.14º 0.82% 0.4% -
XYZ 6.16 3.48 2.1 -
YUV 46.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 103 19 37 0 0.82 0.64 0.60 347.14 0.69 0.24
Hex 67 13 25 0 52 40 3C 15B 45 18
Octal 147 23 45 0 122 100 74 533 105 30
Binary 1100111 10011 100101 0 1010010 1000000 111100 101011011 1000101 11000

Color Harmonies of #671325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671325

Black with #671325

Text Example


Text Example

White with #671325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671325; }

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

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

background-color css

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

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

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

border-color css

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

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

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