Html Css Color HEX #671425 Pohutukawa

📋 copy color: '#671425'

red 103 ◦ green 20 ◦ blue 37

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

Shades of Pohutukawa #671425

Tints of Pohutukawa #671425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.5%

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

R = 64.38%
G = 12.5%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#671425 (or 0x671425) is known color: Pohutukawa. HEX triplet: 67, 14 and 25. RGB value is (103,20,37). Sum of RGB (Red+Green+Blue) = 103+20+37=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #671425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671425 is #98EBDA. Grayscale: #2E2E2E. Windows color (decimal): -10021851 or 2430055. OLE color: 2430055.

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

Color convert

RGB 103 20 37 -
CMYK 0 0.81 0.64 0.60
HSL 347.71º 0.67% 0.24% -
HSV(B) 347.71º 0.81% 0.4% -
XYZ 6.18 3.52 2.1 -
YUV 46.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 103 20 37 0 0.81 0.64 0.60 347.71 0.67 0.24
Hex 67 14 25 0 51 40 3C 15C 43 18
Octal 147 24 45 0 121 100 74 534 103 30
Binary 1100111 10100 100101 0 1010001 1000000 111100 101011100 1000011 11000

Color Harmonies of #671425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671425

Black with #671425

Text Example


Text Example

White with #671425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671425; }

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

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

background-color css

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

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

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

border-color css

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

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

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