Html Css Color HEX #670F27 Pohutukawa

📋 copy color: '#670F27'

red 103 ◦ green 15 ◦ blue 39

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

Shades of Pohutukawa #670F27

Tints of Pohutukawa #670F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.84%

R = 65.61%
G = 9.55%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#670F27 (or 0x670F27) is known color: Pohutukawa. HEX triplet: 67, 0F and 27. RGB value is (103,15,39). Sum of RGB (Red+Green+Blue) = 103+15+39=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #670F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670F27 is #98F0D8. Grayscale: #2C2C2C. Windows color (decimal): -10023129 or 2559847. OLE color: 2559847.

HSL color Cylindrical-coordinate representation of color #670F27: hue angle of 343.64º 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 #670F27 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 15 39 -
CMYK 0 0.85 0.62 0.60
HSL 343.64º 0.75% 0.23% -
HSV(B) 343.64º 0.85% 0.4% -
XYZ 6.13 3.37 2.25 -
YUV 44.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 103 15 39 0 0.85 0.62 0.60 343.64 0.75 0.23
Hex 67 F 27 0 55 3E 3C 158 4B 17
Octal 147 17 47 0 125 76 74 530 113 27
Binary 1100111 1111 100111 0 1010101 111110 111100 101011000 1001011 10111

Color Harmonies of #670F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670F27

Black with #670F27

Text Example


Text Example

White with #670F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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