Html Css Color HEX #670F29 Pohutukawa

📋 copy color: '#670F29'

red 103 ◦ green 15 ◦ blue 41

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

Shades of Pohutukawa #670F29

Tints of Pohutukawa #670F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.43%

 BLUE value IS 41 (16.41% from 255) = 25.79%

R = 64.78%
G = 9.43%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#670F29 (or 0x670F29) is known color: Pohutukawa. HEX triplet: 67, 0F and 29. RGB value is (103,15,41). Sum of RGB (Red+Green+Blue) = 103+15+41=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #670F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670F29 is #98F0D6. Grayscale: #2C2C2C. Windows color (decimal): -10023127 or 2690919. OLE color: 2690919.

HSL color Cylindrical-coordinate representation of color #670F29: hue angle of 342.27º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #670F29 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 15 41 -
CMYK 0 0.85 0.60 0.60
HSL 342.27º 0.75% 0.23% -
HSV(B) 342.27º 0.85% 0.4% -
XYZ 6.16 3.39 2.43 -
YUV 44.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 103 15 41 0 0.85 0.60 0.60 342.27 0.75 0.23
Hex 67 F 29 0 55 3C 3C 156 4B 17
Octal 147 17 51 0 125 74 74 526 113 27
Binary 1100111 1111 101001 0 1010101 111100 111100 101010110 1001011 10111

Color Harmonies of #670F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670F29

Black with #670F29

Text Example


Text Example

White with #670F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670F29; }

 p { color: rgb(103,15,41); }

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

background-color css

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

 a { background-color: rgb(103,15,41); }

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

border-color css

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

 span { border-color: rgb(103,15,41); }

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