Html Css Color HEX #671928 Pohutukawa

📋 copy color: '#671928'

red 103 ◦ green 25 ◦ blue 40

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

Shades of Pohutukawa #671928

Tints of Pohutukawa #671928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.88%

 BLUE value IS 40 (16.02% from 255) = 23.81%

R = 61.31%
G = 14.88%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#671928 (or 0x671928) is known color: Pohutukawa. HEX triplet: 67, 19 and 28. RGB value is (103,25,40). Sum of RGB (Red+Green+Blue) = 103+25+40=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #671928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671928 is #98E6D7. Grayscale: #323232. Windows color (decimal): -10020568 or 2627943. OLE color: 2627943.

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

Color convert

RGB 103 25 40 -
CMYK 0 0.76 0.61 0.60
HSL 348.46º 0.61% 0.25% -
HSV(B) 348.46º 0.76% 0.4% -
XYZ 6.32 3.73 2.39 -
YUV 50.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 103 25 40 0 0.76 0.61 0.60 348.46 0.61 0.25
Hex 67 19 28 0 4C 3D 3C 15C 3D 19
Octal 147 31 50 0 114 75 74 534 75 31
Binary 1100111 11001 101000 0 1001100 111101 111100 101011100 111101 11001

Color Harmonies of #671928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671928

Black with #671928

Text Example


Text Example

White with #671928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671928; }

 p { color: rgb(103,25,40); }

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

background-color css

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

 a { background-color: rgb(103,25,40); }

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

border-color css

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

 span { border-color: rgb(103,25,40); }

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