Html Css Color HEX #670F25 Pohutukawa

📋 copy color: '#670F25'

red 103 ◦ green 15 ◦ blue 37

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

Shades of Pohutukawa #670F25

Tints of Pohutukawa #670F25

RGB

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

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

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

R = 66.45%
G = 9.68%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#670F25 (or 0x670F25) is known color: Pohutukawa. HEX triplet: 67, 0F and 25. RGB value is (103,15,37). Sum of RGB (Red+Green+Blue) = 103+15+37=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #670F25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670F25 is #98F0DA. Grayscale: #2B2B2B. Windows color (decimal): -10023131 or 2428775. OLE color: 2428775.

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

Color convert

RGB 103 15 37 -
CMYK 0 0.85 0.64 0.60
HSL 345º 0.75% 0.23% -
HSV(B) 345º 0.85% 0.4% -
XYZ 6.1 3.36 2.08 -
YUV 43.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 103 15 37 0 0.85 0.64 0.60 345 0.75 0.23
Hex 67 F 25 0 55 40 3C 159 4B 17
Octal 147 17 45 0 125 100 74 531 113 27
Binary 1100111 1111 100101 0 1010101 1000000 111100 101011001 1001011 10111

Color Harmonies of #670F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670F25

Black with #670F25

Text Example


Text Example

White with #670F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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